summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-01-03 11:32:20 +0100
committerMichel Zou2019-01-03 11:32:20 +0100
commit323f5bfc44aa8b6e89c87a901932b7591cf6b4c8 (patch)
treedb847ea3e712c2f37f8a25e34758c82ebcf52de7
parent52c26803ed32c83e4d108950c946adfbef744e8b (diff)
downloadaur-323f5bfc44aa8b6e89c87a901932b7591cf6b4c8.tar.gz
PYTHON_EXECUTABLE
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d888274a3b42..bdecb5f4ee96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Apr 10 14:31:20 UTC 2016
pkgbase = python-nfc
pkgdesc = Python bindings for libnfc
- pkgver = r83.4f4d194
+ pkgver = r92.e5f6f89
pkgrel = 1
url = https://github.com/xantares/nfc-bindings
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2e39b5ffc475..fa57f7878699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-nfc
pkgname=('python-nfc' 'python2-nfc')
-pkgver=r83.4f4d194
+pkgver=r92.e5f6f89
pkgrel=1
pkgdesc='Python bindings for libnfc'
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ build()
cd "$srcdir"/nfc-bindings-py2
mkdir -p build && pushd build
cmake \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+ -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DCMAKE_INSTALL_PREFIX=/usr ..
}