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

Gaëtan Bisson bisson at archlinux.org
Sun Aug 25 07:33:24 UTC 2019


    Date: Sunday, August 25, 2019 @ 07:33:24
  Author: bisson
Revision: 361142

fix build with newer gettext, see FS#63551

Modified:
  abook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-25 06:17:44 UTC (rev 361141)
+++ PKGBUILD	2019-08-25 07:33:24 UTC (rev 361142)
@@ -5,7 +5,7 @@
 
 pkgname=abook
 pkgver=0.6.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Text-based addressbook designed for use with Mutt'
 url='http://abook.sourceforge.net/'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	aclocal && automake --add-missing && autoconf
-	sed 's/0.18/0.19/g' -i po/Makefile.in.in
+	sed 's/0.18/0.20/g' -i po/Makefile.in.in
 	patch -p1 -i ../gcc5.patch
 }
 



More information about the arch-commits mailing list