summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f515af3d68e..31a825e3db43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: hardfalcon <?>
_pkgname=libnfc
pkgname="${_pkgname}-git"
-pkgver=1.7.1.r101.ge9a750f
+pkgver=1.7.1.r191.g216145f
pkgrel=1
pkgdesc='Platform independent Near Field Communication (NFC) library'
arch=('i686' 'x86_64')
@@ -30,7 +30,8 @@ prepare() {
fi
./make_release.sh
#autoreconf -vis
- ./configure --prefix /usr --enable-doc
+ ./configure --prefix /usr --enable-doc --sysconfdir=/etc
+
}
build() {