python-pyzbar: update to 0.1.8.

This commit is contained in:
maxice8 2019-02-21 07:08:16 -03:00 committed by maxice8
parent ca272df989
commit 5ab8e56c12

View file

@ -1,8 +1,8 @@
# Template file for 'python-pyzbar'
pkgname=python-pyzbar
version=0.1.7
revision=3
noarch=yes
version=0.1.8
revision=1
archs=noarch
wrksrc="pyzbar-${version}"
build_style=python-module
pycompile_module="pyzbar"
@ -13,7 +13,7 @@ maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="MIT"
homepage="https://github.com/NaturalHistoryMuseum/pyzbar/"
distfiles="https://github.com/NaturalHistoryMuseum/pyzbar/archive/v${version}.tar.gz"
checksum=4dbbece533650f2aeb6c8d1f41cf424614d2877d7331c48a9eed35ae9f949626
checksum=f51c82c2864f8e5a8d44f55853e027f8cbc592324b7afffa62100f2f9c54cbdb
alternatives="pyzbar:read_zbar:/usr/bin/read_zbar.py2"
post_install() {
@ -23,7 +23,7 @@ post_install() {
}
python3-pyzbar_package() {
noarch=yes
archs=noarch
pycompile_module="pyzbar"
depends="libzbar python3"
alternatives="pyzbar:read_zbar:/usr/bin/read_zbar.py3"