summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValHue2021-04-05 12:06:29 +0200
committerValHue2021-04-05 12:06:29 +0200
commit7aeccc27c7efb80ac476880776660180329baf62 (patch)
tree294dfaa9faca0ba90574021dd6b1f7d0c30e30d0 /PKGBUILD
parent8f4ebe20c51e374057eece49347099411f1fd44f (diff)
downloadaur-7aeccc27c7efb80ac476880776660180329baf62.tar.gz
Update to 0.23.90-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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