diff options
Diffstat (limited to 'community/soundkonverter/PKGBUILD')
-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 9692a9a2e..4e14296cf 100644 --- a/community/soundkonverter/PKGBUILD +++ b/community/soundkonverter/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 71704 2012-06-01 13:28:02Z stativ $ +# $Id: PKGBUILD 72096 2012-06-08 16:40:09Z 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.0 +pkgver=1.6.1 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=('1d2a171b1a1c9d186cd5a644ba9fc686') +md5sums=('7a92fef5efc67b40358d3a11030bae1f') build() { cd "$srcdir"/$pkgname-$pkgver |