summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Erwin2018-05-03 23:36:36 -0700
committerGreg Erwin2018-05-03 23:36:36 -0700
commit49936872e9a3ef49a2f5d8a2d349763322004a8f (patch)
tree3ba89b1ddccac082ab5018605a043df4cc9ebd90
parent1d6f119a9010aa24c028386ac7c42e47d7f5e5ea (diff)
downloadaur-49936872e9a3ef49a2f5d8a2d349763322004a8f.tar.gz
Correctly enable python bindings
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5f2a2ff6944..96dd8304056b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libgpiod-git
pkgdesc = C library and tools for interacting with the linux GPIO character device
pkgver = r602.039b301
- pkgrel = 1
+ pkgrel = 2
url = https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a6e58f663823..079ecd302a3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libgpiod-git
pkgver=r602.039b301
-pkgrel=1
+pkgrel=2
pkgdesc="C library and tools for interacting with the linux GPIO character device"
url="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -22,7 +22,7 @@ build() {
./autogen.sh \
--enable-tools=yes \
--enable-bindings-cxx \
- --enable-bindings \
+ --enable-bindings-python \
--prefix=/usr
make
}