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

Eric Bélanger eric at archlinux.org
Tue Feb 7 14:55:52 UTC 2012


    Date: Tuesday, February 7, 2012 @ 09:55:52
  Author: eric
Revision: 149401

upgpkg: libmad 0.15.1b-6

Rebuild to add signature, Remove replaces and conflicts arrays

Modified:
  libmad/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-07 14:30:32 UTC (rev 149400)
+++ PKGBUILD	2012-02-07 14:55:52 UTC (rev 149401)
@@ -3,23 +3,21 @@
 
 pkgname=libmad
 pkgver=0.15.1b
-pkgrel=5
+pkgrel=6
 pkgdesc="A high-quality MPEG audio decoder"
 arch=('i686' 'x86_64')
 url="http://www.underbit.com/products/mad/"
 license=('GPL')
 depends=('glibc')
-makedepends=('autoconf')
-replaces=('mad')
-conflicts=('mad')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mad/${pkgname}-${pkgver}.tar.gz
+source=(http://downloads.sourceforge.net/sourceforge/mad/${pkgname}-${pkgver}.tar.gz{,.sign}
         libmad.patch amd64-64bit.diff frame_length.diff optimize.diff)
-md5sums=('1be543bc30c56fb6bea1d7bf6a64e66c'
-         'fbcca0267a423bae45389666f4cb04d5'
-         '8d8bd64a2842dd59153b3a6642059e23'
-         '3329b032118a68e18908197e65b3198d'
-         '3e52afe2103f367810a18bef9e82eb9f')
+sha1sums=('cac19cd00e1a907f3150cc040ccc077783496d76'
+          '24c44ac7c96dca472e7305a7e59f1efd921a3499'
+          '5e7369c77de2329f6542ffc4f633eec5a5245091'
+          '97eba307b3343d5ba8938d59ec8f2c4b7449ae17'
+          'b9c61ecacc6a6d47425d66f33327e0634cd8a33c'
+          '3d5b958244ef0395ccdcb00344f2cf301ca07e34')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list