git » libsigrok-git.git » commit 696012a

Allow building with Python support.

author Vuokko
2015-09-16 22:57:52 UTC
committer David Manouchehri
2015-09-16 23:00:06 UTC
parent 06a115fbd73c66aa6d1f913bbb4d9666d37be000

Allow building with Python support.

.SRCINFO +1 -1
PKGBUILD +3 -2

diff --git a/.SRCINFO b/.SRCINFO
index 5d25c47..94c47f8 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 f0e634f..77dbab4 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
 }