summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarco442015-12-07 09:20:56 +0100
committermarco442015-12-07 09:20:56 +0100
commit9423dfb613630eb09e36e50112b8cf695c4d80bc (patch)
tree0ae1a498308c652ae225f4dd74a461b97c13b623 /PKGBUILD
parentf990556b50ce2c9b339b338aeb5bf52f30311854 (diff)
downloadaur-9423dfb613630eb09e36e50112b8cf695c4d80bc.tar.gz
Update (didn't build anymore)
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
}