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

Antonio Rojas arojas at archlinux.org
Sat Jan 30 19:18:26 UTC 2021


    Date: Saturday, January 30, 2021 @ 19:18:26
  Author: arojas
Revision: 406941

imagemagick 7.0.10.61 rebuild

Modified:
  zbar/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-30 19:06:49 UTC (rev 406940)
+++ PKGBUILD	2021-01-30 19:18:26 UTC (rev 406941)
@@ -5,7 +5,7 @@
 
 pkgname=zbar
 pkgver=0.23.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Application and library for reading bar codes from various sources"
 arch=('x86_64')
 url="https://github.com/mchehab/zbar"
@@ -18,11 +18,14 @@
 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")
-sha512sums=('ae7741cf750a10cf53dc11abcd482c3885507153ee37f6e3364ed5ed72184ebb009560b8c40d8090603a551fb681700a962838a59ce77d005d080ee49fbfa54b')
+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')
 
 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.



More information about the arch-commits mailing list