summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8466aa1baadc..84c05744d0ba 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 = 2
+ pkgver = 0.23.90
+ pkgrel = 1
url = https://github.com/mchehab/zbar
arch = x86_64
license = LGPL
@@ -17,8 +17,8 @@ pkgbase = python2-zbar
depends = gdk-pixbuf2
depends = python2
depends = zbar
- source = python2-zbar-0.23.1.tar.gz::https://github.com/mchehab/zbar/archive/0.23.1.tar.gz
- sha256sums = 297439f8859089d2248f55ab95b2a90bba35687975365385c87364c77fdb19f3
+ source = python2-zbar-0.23.90.tar.gz::https://github.com/mchehab/zbar/archive/0.23.90.tar.gz
+ sha256sums = 25fdd6726d5c4c6f95c95d37591bfbb2dde63d13d0b10cb1350923ea8b11963b
pkgname = python2-zbar
diff --git a/PKGBUILD b/PKGBUILD
index 080d4b7c5962..74f889c9bced 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
#
pkgname="python2-zbar"
-pkgver="0.23.1"
-pkgrel="2"
+pkgver="0.23.90"
+pkgrel="1"
pkgdesc="Application and library for reading bar codes from various sources"
arch=('x86_64')
url="https://github.com/mchehab/zbar"
@@ -16,7 +16,7 @@ depends=('gdk-pixbuf2' 'python2' 'zbar')
makedepends=('gtk3' 'imagemagick' 'libxv' 'v4l-utils' 'qt5-x11extras' 'python2' 'xmlto'
'docbook-xsl' 'gobject-introspection')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('297439f8859089d2248f55ab95b2a90bba35687975365385c87364c77fdb19f3')
+sha256sums=('25fdd6726d5c4c6f95c95d37591bfbb2dde63d13d0b10cb1350923ea8b11963b')
build() {
cd zbar-$pkgver