summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2022-06-03 00:10:29 -0300
committerRafael Fontenelle2022-06-03 00:10:29 -0300
commitf294b59956f87ce137bc3aedf32880a57d005ef8 (patch)
tree68c0e109c408e007001e1aa600c302b8fc7ad0a1 /PKGBUILD
parent1e8a13e372c89b959a3a1ed66b458d6abb3dc22e (diff)
downloadaur-f294b59956f87ce137bc3aedf32880a57d005ef8.tar.gz
Update to 0.1.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ce157f3b57c..75bd4cee58f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=pyzbar
-pkgver=0.1.8
-pkgrel=3
+pkgver=0.1.9
+pkgrel=1
pkgdesc="A ctypes-based wrapper around the zbar barcode reader"
arch=('any')
license=('MIT')
@@ -11,7 +11,7 @@ url="https://github.com/NaturalHistoryMuseum/$pkgname/"
depends=('python-pillow' 'zbar')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f51c82c2864f8e5a8d44f55853e027f8cbc592324b7afffa62100f2f9c54cbdb')
+sha256sums=('6b84ec4c1f36df590c65b610a7757ef8829f202a7df210d2891e6592a8bee8bb')
build() {
cd "$srcdir/$pkgname-$pkgver"