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

Pierre Schmitz pierre at archlinux.org
Sat Feb 25 12:52:31 UTC 2012


    Date: Saturday, February 25, 2012 @ 07:52:30
  Author: pierre
Revision: 151285

upgpkg: libmp3splt 0.7.1-1

upstream update

Modified:
  libmp3splt/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 12:42:20 UTC (rev 151284)
+++ PKGBUILD	2012-02-25 12:52:30 UTC (rev 151285)
@@ -2,17 +2,17 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libmp3splt
-pkgver=0.7
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="Library for splitting mp3 and ogg files without decoding"
 arch=('i686' 'x86_64')
 url="http://mp3splt.sourceforge.net"
 license=('GPL')
-depends=('libmad' 'libvorbis' 'libid3tag' 'libtool')
-makedepends=('git')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-md5sums=('dadb166361e2a28955032a1b9f10ed38')
+depends=('libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
+makedepends=('libtool')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz")
+md5sums=('62025951f483334f14f1b9be58162094')
 
 build() {
   cd $srcdir/$pkgname-$pkgver




More information about the arch-commits mailing list