summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Greene2017-09-28 11:30:59 -0700
committerMichael Greene2017-09-28 11:30:59 -0700
commite9d9b7595f7886ef0656d7e8322002896953726b (patch)
tree0eb0c187c0d28a7d9f4147abed68752ac52f1d03 /PKGBUILD
parentf42b49dfc6aca96f3fcb55f3bcd6f04749ab5332 (diff)
downloadaur-python-euclid3.tar.gz
fixed a typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 964354728ebb..cae78e0dae78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-euclid3
pkgver=0.01
-pkgrel=3
+pkgrel=4
pkgdesc="2D and 3D vector, matrix, quaternion and geometry module."
arch=('any')
license=('LGPL2.1')
@@ -25,7 +25,7 @@ build() {
# Build Python 2 module
cd ${srcdir}/euclid3-${pkgver}-python2
- python2 seutp.py build
+ python2 setup.py build
}
package_python-euclid3() {