From 5ab8e56c1272a111c2ade1b14e7f3fbae514065c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 21 Feb 2019 07:08:16 -0300 Subject: [PATCH] python-pyzbar: update to 0.1.8. --- srcpkgs/python-pyzbar/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pyzbar/template b/srcpkgs/python-pyzbar/template index a569caedf3f..31ed6f8f6f8 100644 --- a/srcpkgs/python-pyzbar/template +++ b/srcpkgs/python-pyzbar/template @@ -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 " 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"