summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-03-20 18:24:59 +0000
committerhaawda2020-03-20 18:24:59 +0000
commit8a6e29da4eb54982a4922b74127c896ae8a60436 (patch)
treea7db2ad7a6ccdd5432c856dbf39a6e9be357661c
parent3d28253b44a8ce70d2a125730ea3f26a4e30484b (diff)
downloadaur-8a6e29da4eb54982a4922b74127c896ae8a60436.tar.gz
Adopted, minor changes (quoting)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 423725cac413..494ec3d38dc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arxivcheck
pkgdesc = Generate a bibtex given a arxiv id or title, check if published
pkgver = 0.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bibcure/arxivcheck
arch = any
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 231ff7615d8f..72019ad24b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Excitable Snowball <excitablesnowball@gmail.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=arxivcheck
pkgver=0.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Generate a bibtex given a arxiv id or title, check if published"
url="https://github.com/bibcure/arxivcheck"
arch=('any')
@@ -13,6 +14,6 @@ sha256sums=('ce833cdbc6e3145180167e43462757453150bd2eaafe62c00f4a6349c0716837')
package() {
cd $pkgname-$pkgver
- python2 setup.py install --root="$pkgdir/" --optimize=1
- install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ python2 setup.py install --root="$pkgdir"/ --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}