summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08ce6050656e..653f041a29f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Kozec <kozec.at.kozec.dot.com>
pkgname=python-sqlparse-git
-pkgver=0.1.9.27.geebde5b
+pkgver=0.1.18.32.g7b80406
pkgrel=1
pkgdesc="Non-validating SQL parser for Python. Git version"
arch=(i686 x86_64)
@@ -20,7 +20,7 @@ pkgver() {
git describe | sed 's/^v//;s/-/./g;s/_/./g;'
}
-build() {
+package() {
cd $srcdir/sqlparse
python2.7 setup.py install --root=$pkgdir/ --optimize=1 || return 1
}