git » libsigrok-git.git » commit 2a7ffe8

Forgot to remove the disable line and the AUR doesn't allow me to amend a commit. Oops.

author David Manouchehri
2015-09-16 23:02:48 UTC
committer David Manouchehri
2015-09-16 23:02:48 UTC
parent 696012a7bfe58f8235c62ba1bf47940ba7d71dd7

Forgot to remove the disable line and the AUR doesn't allow me to amend a commit. Oops.

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 77dbab4..d8f9d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ build() {
   cd "${srcdir}/${_gitname}"
 
   ./autogen.sh
-  PYTHON=python2 ./configure --prefix=/usr --disable-java --disable-python
+  PYTHON=python2 ./configure --prefix=/usr --disable-java
 
   make
 }