diff options
author | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
commit | f6a79a3f5989efc8db63af942851c56f0c462bb1 (patch) | |
tree | 08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/mp3splt | |
parent | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff) |
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/mp3splt')
-rw-r--r-- | extra/mp3splt/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/mp3splt/PKGBUILD b/extra/mp3splt/PKGBUILD index 3d03d5b62..63b5aa1cb 100644 --- a/extra/mp3splt/PKGBUILD +++ b/extra/mp3splt/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 131861 2011-07-16 10:18:13Z tpowa $ +# $Id: PKGBUILD 151288 2012-02-25 12:55:39Z pierre $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=mp3splt -pkgver=2.4 +pkgver=2.4.1 pkgrel=1 arch=('i686' 'x86_64') -pkgdesc="Comandline tool for splitting mp3 and ogg files without decoding" +pkgdesc="Commandline tool for splitting mp3 and ogg files without decoding" license=('GPL') url="http://mp3splt.sourceforge.net" depends=('libmp3splt') -source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz) -options=(!libtool) +source=("http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz") +options=('!libtool') +md5sums=('aed4a94f996abcdb07679206a600fc5b') build() { cd $srcdir/$pkgname-$pkgver @@ -22,4 +23,3 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir/ install } -md5sums=('aa4dc3de6e789961c71d8b3daaac0623') |