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

Andrea Scarpino andrea at archlinux.org
Sat Aug 6 13:04:32 UTC 2011


    Date: Saturday, August 6, 2011 @ 09:04:31
  Author: andrea
Revision: 134613

upgpkg: taglib 1.7-3
apply the patch for real..

Modified:
  taglib/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-06 12:02:30 UTC (rev 134612)
+++ PKGBUILD	2011-08-06 13:04:31 UTC (rev 134613)
@@ -4,7 +4,7 @@
 
 pkgname=taglib
 pkgver=1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A Library for reading and editing the meta-data of several popular audio formats"
 arch=('i686' 'x86_64')
 url="http://developer.kde.org/~wheeler/taglib.html"
@@ -18,6 +18,9 @@
          'c7c165d99acf01456351ba39ff7056cb')
 
 build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/ape-idev2.patch
+
   cd "${srcdir}"
   mkdir build
   cd build




More information about the arch-commits mailing list