summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-10-09 20:32:47 +0200
committerhaawda2019-10-09 20:32:47 +0200
commit8fdc45bc52e40521ff03f857a578f31b5a2f01ad (patch)
tree9a079889b1969d34c0845ad44dbef5e387f6bd3a
parentf0b66bff7e2b2f1c35839b4848537df874b7353d (diff)
downloadaur-8fdc45bc52e40521ff03f857a578f31b5a2f01ad.tar.gz
fix dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8c40cabe68f..63bbc1adffa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bibstuff
pkgdesc = Collection of python2 scripts and modules for interacting with BibTeX style databases of citation references
pkgver = 1.3.102
- pkgrel = 1
+ pkgrel = 2
url = http://dschwilk.github.io/bibstuff
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5f08044c7301..610e13a5a8b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibstuff
pkgver=1.3.102
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of python2 scripts and modules for interacting with BibTeX style databases of citation references"
url="http://dschwilk.github.io/bibstuff"
arch=('any')
@@ -19,7 +19,7 @@ prepare() {
package() {
cd $pkgname
- python2 setup.py install --root="$pkgdir"
+ python setup.py install --root="$pkgdir"
# copying license information
install -D -m644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt