diff options
author | root <root@rshg054.dnsready.net> | 2013-07-30 01:43:30 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-30 01:43:30 -0700 |
commit | 4afc07385539524e7f85fe0d977b90bc6d124cfd (patch) | |
tree | 242ae1ee640f2f3a6a00f787b4b39fb658d0da5c /extra/mp3splt | |
parent | a1444f1dc2bd37f6980a4d1c341303aeb0684920 (diff) |
Tue Jul 30 01:43:07 PDT 2013
Diffstat (limited to 'extra/mp3splt')
-rw-r--r-- | extra/mp3splt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/mp3splt/PKGBUILD b/extra/mp3splt/PKGBUILD index 3e2e12a23..adb1447e8 100644 --- a/extra/mp3splt/PKGBUILD +++ b/extra/mp3splt/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 182919 2013-04-16 07:09:21Z tpowa $ +# $Id: PKGBUILD 191707 2013-07-29 10:14:24Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=mp3splt -pkgver=2.5.2 +pkgver=2.6 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Commandline tool for splitting mp3 and ogg files without decoding" @@ -22,4 +22,4 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir/ install } -md5sums=('cd8eb9f866dddb934357b7cdefb5a370') +md5sums=('3f149cd0c2842b95551130bd56840f55') |