diff --git a/community/zbar/APKBUILD b/community/zbar/APKBUILD index a4d05e37c97c4d1fe80c37426bb79eaa42941d68..cc3777987e12c04f90e0da4c62ce1bed255f9054 100644 --- a/community/zbar/APKBUILD +++ b/community/zbar/APKBUILD @@ -79,4 +79,4 @@ py() { } sha512sums="ae7741cf750a10cf53dc11abcd482c3885507153ee37f6e3364ed5ed72184ebb009560b8c40d8090603a551fb681700a962838a59ce77d005d080ee49fbfa54b zbar-0.23.1.tar.gz -fdb512c435ccf47aabca658d1eb1480ee94ecf0e43d649a0c7ad07d826bfe7e89aa0a47bce0527dc64beedee08842f8182718a287bd18411117020e4045d6fa3 zbar-tp_print.patch" +ffaed0dcbb15d45d8c384bc2bb78c2afb64a883499ac80d60873e8c86a9c49fd35a497ec577e22f7ffbc530eed4182d0ee6eecea9747a1eafe2484819aa35ff3 zbar-tp_print.patch" diff --git a/community/zbar/zbar-tp_print.patch b/community/zbar/zbar-tp_print.patch index ac1391be3c85aa5833825f1674988a3c760acea9..9d6282dab41a26ce89e8eb2806d8687d191edc6d 100644 --- a/community/zbar/zbar-tp_print.patch +++ b/community/zbar/zbar-tp_print.patch @@ -1,5 +1,5 @@ ---- python/enum.c~ 2019-05-22 06:00:30.000000000 -0500 -+++ python/enum.c 2020-07-20 12:29:37.468767649 -0500 +--- a/python/enum.c~ 2019-05-22 06:00:30.000000000 -0500 ++++ b/python/enum.c 2020-07-20 12:29:37.468767649 -0500 @@ -76,6 +76,7 @@ return(self->name); }