summaryrefslogtreecommitdiff
path: root/python-pywavelets
diff options
context:
space:
mode:
Diffstat (limited to 'python-pywavelets')
-rw-r--r--python-pywavelets/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-pywavelets/PKGBUILD b/python-pywavelets/PKGBUILD
index 0be88a7d..64c71780 100644
--- a/python-pywavelets/PKGBUILD
+++ b/python-pywavelets/PKGBUILD
@@ -50,11 +50,11 @@ prepare() {
}
build() {
- msg "Building Python 2"
+ echo "Building Python 2"
cd "$srcdir/${_pkgname}-${pkgver}-py2"
python2 setup.py build
- msg "Building Python 3"
+ echo "Building Python 3"
cd "$srcdir/$_pkgname-$pkgver"
python setup.py build
}