summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2015-06-21 17:49:37 +0200
committerStefan Husmann2015-06-21 17:49:37 +0200
commit6d98a61faa3c017b06c92f37aa0e9acafc2f8dd5 (patch)
treeac0421bfeaeb7821bb94f62a4a7311a9f118d1ba /PKGBUILD
parentbe2c12feb616423be593f1c0daf6fdc23ecbad07 (diff)
downloadaur-6d98a61faa3c017b06c92f37aa0e9acafc2f8dd5.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c577095e49fa..f5bff827a921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibstuff
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Collection of python2 scripts and modules for interacting with BibTeX style databases of citation references"
url="http://code.google.com/p/bibstuff/"
arch=('any')
license=('MIT')
-depends=('python2-simpleparse')
+depends=('python2')
source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
md5sums=('02dfd248f265e30fc70641f65c2d0208')
-build() {
+package() {
cd $srcdir/$pkgname-$pkgver
python2 setup.py install --root=$pkgdir