diff options
Diffstat (limited to 'community/soundkonverter/PKGBUILD')
-rw-r--r-- | community/soundkonverter/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD index 113f78180..fa3ec0c57 100644 --- a/community/soundkonverter/PKGBUILD +++ b/community/soundkonverter/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 58635 2011-11-16 22:07:30Z andrea $ -# Maintainer: Mateusz Herych <heniekk@gmail.com> +# $Id: PKGBUILD 66120 2012-02-23 01:34:13Z andrea $ +# Maintainer: +# Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Darwin Bautista <djclue917@gmail.com> pkgname=soundkonverter -pkgver=1.2.0 +pkgver=1.3.3 pkgrel=1 pkgdesc="Front-end to various audio converters" arch=('i686' 'x86_64' 'mips64el') @@ -24,8 +25,8 @@ optdepends=('cdrkit: cdda2wav backend' 'vorbisgain: vorbisgain backend' ) install=$pkgname.install -source=("https://gitorious.org/soundkonverter/soundkonverter/blobs/raw/180e777aa3d91456ac386868a1e324ca28649e2e/release/${pkgname}-${pkgver}.tar.gz") -md5sums=('e4c4ccf1f7f93f758c3d440f67f61a64') +source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz") +md5sums=('cb61ee363f78f9dfaf807780ef65095d') build() { cd "${srcdir}" |