summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2020-04-23 17:57:47 +0200
committerValHue2020-04-23 17:57:47 +0200
commit8f4ebe20c51e374057eece49347099411f1fd44f (patch)
tree6cd748fd82a2aa6f71efeb0c398aba6a7ff072e7
parent41f72b8554360dc728074ac3510a12d1b933d837 (diff)
downloadaur-8f4ebe20c51e374057eece49347099411f1fd44f.tar.gz
Fixed minor bugs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b40d12973458..8466aa1baadc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-zbar
pkgdesc = Application and library for reading bar codes from various sources
pkgver = 0.23.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mchehab/zbar
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index b5e9dafdb22b..080d4b7c5962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname="python2-zbar"
pkgver="0.23.1"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Application and library for reading bar codes from various sources"
arch=('x86_64')
url="https://github.com/mchehab/zbar"
@@ -21,7 +21,7 @@ sha256sums=('297439f8859089d2248f55ab95b2a90bba35687975365385c87364c77fdb19f3')
build() {
cd zbar-$pkgver
autoreconf -vfi
- ./configure --prefix=/usr --with-qt --with-gtk=gtk3 CFLAGS="$CFLAGS -DNDEBUG"
+ ./configure --prefix=/usr --with-qt --with-gtk=gtk3 --with-python=python2 CFLAGS="$CFLAGS -DNDEBUG"
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}