[arch-commits] Commit in soundtouch/trunk (PKGBUILD)
    Giovanni Scafora 
    giovanni at archlinux.org
       
    Tue Nov 17 21:41:04 UTC 2009
    
    
  
    Date: Tuesday, November 17, 2009 @ 16:41:04
  Author: giovanni
Revision: 58943
upgpkg: soundtouch 1.4.0-2
    Upstream changed pkgconfig filename
Modified:
  soundtouch/trunk/PKGBUILD
----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-17 21:26:43 UTC (rev 58942)
+++ PKGBUILD	2009-11-17 21:41:04 UTC (rev 58943)
@@ -5,7 +5,7 @@
 
 pkgname=soundtouch
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An audio processing library"
 arch=('i686' 'x86_64')
 url="http://www.surina.net/soundtouch/"
@@ -30,4 +30,6 @@
   fi
   make || return 1
   make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install || return 1
+  # Upstream changed pkgconfig filename
+  ln -sf soundtouch-1.4.pc "${pkgdir}/usr/lib/pkgconfig/soundtouch-1.0.pc" || return 1
 }
    
    
More information about the arch-commits
mailing list