summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-05-16 20:28:19 -0400
committerSean Enck2017-05-16 20:28:19 -0400
commitdc86c8bfe2af9f3e989e77680de10a347bb2f773 (patch)
tree46295ed163a5f9a89f826727f132b906afb21fc5
parent9a25eec6c1877c59b99cbd1663f3d6eb61ff8e05 (diff)
downloadaur-dc86c8bfe2af9f3e989e77680de10a347bb2f773.tar.gz
replace version number with '-git' at the end version number
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a9a2eb5a94..11c08b00b07c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pcsclite-git
pkgdesc = PC/SC Architecture smartcard middleware library
pkgver = pcsc.1.8.20.r58.gfd1e32d
- pkgrel = 1
+ pkgrel = 2
url = https://alioth.debian.org/projects/pcsclite/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3ef6db19c032..581e18579f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pcsclite-git
pkgver=pcsc.1.8.20.r58.gfd1e32d
-pkgrel=1
+pkgrel=2
pkgdesc="PC/SC Architecture smartcard middleware library"
arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/pcsclite/"
@@ -25,6 +25,7 @@ build() {
cd "${srcdir}/PCSC"
sed -i -e "s:python:python2:g" src/spy/pcsc-spy
+ sed -i "/^AC\_INIT/ { s,]),-git]), }" configure.ac
./bootstrap
./configure --prefix=/usr \
--sbindir=/usr/bin \