summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-06-21 17:49:37 +0200
committerStefan Husmann2015-06-21 17:49:37 +0200
commit6d98a61faa3c017b06c92f37aa0e9acafc2f8dd5 (patch)
treeac0421bfeaeb7821bb94f62a4a7311a9f118d1ba
parentbe2c12feb616423be593f1c0daf6fdc23ecbad07 (diff)
downloadaur-6d98a61faa3c017b06c92f37aa0e9acafc2f8dd5.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad49d94b8431..ed1784fc7afa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = bibstuff
pkgdesc = Collection of python2 scripts and modules for interacting with BibTeX style databases of citation references
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = http://code.google.com/p/bibstuff/
arch = any
license = MIT
- depends = python2-simpleparse
+ depends = python2
source = http://bibstuff.googlecode.com/files/bibstuff-1.0.0.tar.gz
md5sums = 02dfd248f265e30fc70641f65c2d0208
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