summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-02-15 21:40:52 +0100
committerhaawda2022-02-15 21:40:52 +0100
commit1864622014f2d29f77c91905685cfdb9c8bf0f47 (patch)
treef5e14f0cf18e0a895cb33eefc94317f0f0a864a2
parent8fdc45bc52e40521ff03f857a578f31b5a2f01ad (diff)
downloadaur-1864622014f2d29f77c91905685cfdb9c8bf0f47.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63bbc1adffa6..78d88e5a5400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bibstuff
pkgdesc = Collection of python2 scripts and modules for interacting with BibTeX style databases of citation references
- pkgver = 1.3.102
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 1
+ epoch = 1
url = http://dschwilk.github.io/bibstuff
arch = any
license = MIT
makedepends = git
depends = python2-simpleparse
- source = git+https://github.com/dschwilk/bibstuff#commit=17036096234206f32531747e326af2ca57b48d38
+ source = git+https://github.com/dschwilk/bibstuff#commit=0090c406677a35cfdf790894480a2aee8e319419
md5sums = SKIP
pkgname = bibstuff
-
diff --git a/PKGBUILD b/PKGBUILD
index 610e13a5a8b0..9e207219eba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,21 @@
# Contributor: Gour <gour@gour-nitai.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibstuff
-pkgver=1.3.102
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
+epoch=1
pkgdesc="Collection of python2 scripts and modules for interacting with BibTeX style databases of citation references"
url="http://dschwilk.github.io/bibstuff"
arch=('any')
license=('MIT')
depends=('python2-simpleparse')
makedepends=('git')
-source=(git+https://github.com/dschwilk/bibstuff#commit=17036096234206f32531747e326af2ca57b48d38)
+source=(git+https://github.com/dschwilk/bibstuff#commit=0090c406677a35cfdf790894480a2aee8e319419)
md5sums=('SKIP')
-prepare() {
- cd $pkgname
- find . -name "*.py" -exec sed -i '1s+python+python2+' {} \;
-}
-
package() {
cd $pkgname
- python setup.py install --root="$pkgdir"
+ python2 setup.py install --root="$pkgdir"
# copying license information
install -D -m644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt