diff options
Diffstat (limited to 'community/soundkonverter')
-rw-r--r-- | community/soundkonverter/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD index ed8abccc5..dae215595 100644 --- a/community/soundkonverter/PKGBUILD +++ b/community/soundkonverter/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 72654 2012-06-18 16:27:25Z stativ $ +# $Id: PKGBUILD 74115 2012-07-21 13:03:07Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Darwin Bautista <djclue917@gmail.com> pkgname=soundkonverter -pkgver=1.6.2 +pkgver=1.6.3 pkgrel=1 pkgdesc="Front-end to various audio converters" arch=('i686' 'x86_64') @@ -31,7 +31,7 @@ optdepends=('cdrkit: cdda2wav backend' 'wavpack: wavpack backend') install=$pkgname.install source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz") -md5sums=('268a2620f3e0352bd94eb1f1d668d59f') +md5sums=('f617d9b73937d4576bc21fd359f4964b') build() { cd "$srcdir"/$pkgname-$pkgver |