summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVuokko2015-09-16 18:57:52 -0400
committerDavid Manouchehri2015-09-16 19:00:06 -0400
commit696012a7bfe58f8235c62ba1bf47940ba7d71dd7 (patch)
treef17713caa3e96eeba215835fcce83446ea444e02
parent06a115fbd73c66aa6d1f913bbb4d9666d37be000 (diff)
downloadaur-696012a7bfe58f8235c62ba1bf47940ba7d71dd7.tar.gz
Allow building with Python support.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d25c479dab3..94c47f8696d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsigrok-git
pkgdesc = Client software that supports various hardware logic analyzers, core library (git version)
- pkgver = 0.2.1.r1681.g1e76596
+ pkgver = 0.2.1.r1719.geb2373f
pkgrel = 1
url = http://www.sigrok.org/wiki/Libsigrok
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index f0e634f7b616..77dbab4ebf66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: David Manouchehri <manouchehri@riseup.net>
# Contributor: Thomas Krug <t.krug@elektronenpumpe.de>
# Contributor: veox <veox at wemakethings dot net>
+# Contributor: Vuokko <vuokko@msn.com>
_gitname='libsigrok'
pkgname="${_gitname}-git"
-pkgver=0.2.1.r1681.g1e76596
+pkgver=0.2.1.r1719.geb2373f
pkgrel=1
pkgdesc="Client software that supports various hardware logic analyzers, core library (git version)"
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
@@ -30,7 +31,7 @@ build() {
cd "${srcdir}/${_gitname}"
./autogen.sh
- ./configure --prefix=/usr --disable-java --disable-python
+ PYTHON=python2 ./configure --prefix=/usr --disable-java --disable-python
make
}