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