[arch-commits] Commit in sound-juicer/trunk (PKGBUILD)
    Allan McRae 
    allan at archlinux.org
       
    Thu May 21 05:16:19 UTC 2020
    
    
  
    Date: Thursday, May 21, 2020 @ 05:16:18
  Author: allan
Revision: 387350
upgpkg: sound-juicer 3.24.0+2+gb8380d2d-3: fix FTBFS
Modified:
  sound-juicer/trunk/PKGBUILD
----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 00:22:11 UTC (rev 387349)
+++ PKGBUILD	2020-05-21 05:16:18 UTC (rev 387350)
@@ -4,7 +4,7 @@
 
 pkgname=sound-juicer
 pkgver=3.24.0+2+gb8380d2d
-pkgrel=2
+pkgrel=3
 pkgdesc="A lean and friendly audio CD extractor for GNOME"
 url="https://wiki.gnome.org/Apps/SoundJuicer"
 arch=(x86_64)
@@ -22,6 +22,7 @@
 
 prepare() {
   cd $pkgname
+  sed -i "/^AM_GNU_GETTEXT_VERSION.*/a AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])" configure.ac  
   NOCONFIGURE=1 ./autogen.sh
 }
 
    
    
More information about the arch-commits
mailing list