summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2015-08-09 16:09:22 +0200
committerLucas Werkmeister2015-08-09 17:07:05 +0200
commit779dd95aca5775d4f75c7c636f03653525006d20 (patch)
tree6aeb341114be062e1d28a9135cf431d1e57c1392
parentdbfdef4e828abdae443f5751b0ca947da7f56382 (diff)
downloadaur-779dd95aca5775d4f75c7c636f03653525006d20.tar.gz
Rename build() to package()
Looks like there isn’t a separate build phase anyways.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dd349a1902f..49850e751530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ conflicts=('turpial')
source=(http://turpial.org.ve/files/sources/stable/$pkgname-$pkgver.tar.gz)
md5sums=('04bdd05c3aca2f6ee4ff1f6d95e64b30')
-build() {
+package() {
cd $srcdir/$pkgname-${pkgver//_/-}
python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1
} \ No newline at end of file