[arch-commits] Commit in zbar/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 23 19:13:39 UTC 2022


    Date: Tuesday, August 23, 2022 @ 19:13:38
  Author: felixonmars
Revision: 454450

upgpkg: zbar 0.23.90-1

Modified:
  zbar/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 18:57:32 UTC (rev 454449)
+++ PKGBUILD	2022-08-23 19:13:38 UTC (rev 454450)
@@ -4,8 +4,8 @@
 # Contributor: Andy Weidenbaum <archbaum at gmail.com>
 
 pkgname=zbar
-pkgver=0.23.1
-pkgrel=9
+pkgver=0.23.90
+pkgrel=1
 pkgdesc="Application and library for reading bar codes from various sources"
 arch=('x86_64')
 url="https://github.com/mchehab/zbar"
@@ -18,18 +18,12 @@
 conflicts=('zbar-gtk' 'zbar-qt' 'python-zbar')
 provides=('zbar-gtk' 'zbar-qt' 'python-zbar')
 replaces=('zbar-gtk' 'zbar-qt' 'python-zbar')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mchehab/zbar/archive/$pkgver.tar.gz"
-         zbar-autoconf-2.70.patch::"https://github.com/mchehab/zbar/commit/89e7900d.patch")
-sha512sums=('ae7741cf750a10cf53dc11abcd482c3885507153ee37f6e3364ed5ed72184ebb009560b8c40d8090603a551fb681700a962838a59ce77d005d080ee49fbfa54b'
-            'db0006724bb1a51e432c6daa02bef1093886a382db055f00b4d641d28a1ff130425a7e4ff419a97a141b0d012306b12a3aff4f72df1b52a00549d91f9b457094')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mchehab/zbar/archive/$pkgver.tar.gz")
+sha512sums=('d73d71873bec68ee021997512a9edbd223f5f5fe43c66c4dd3502224ba6009be2e5e1714766cb8e1056244673e87e0939ed0319116f61d7371b5ab79fb5e04eb')
 
 prepare() {
   cd zbar-$pkgver
-  patch -p1 -i ../zbar-autoconf-2.70.patch # Fix build with autoconf 2.70
   autoreconf -vfi
-
-  # Removed in Python 3.9. Ignored in Python 3.0+ anyway.
-  sed -i '/tp_print/d' python/enum.c
 }
 
 build() {



More information about the arch-commits mailing list