diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-04 10:40:59 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-04 10:40:59 -0300 |
commit | 1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (patch) | |
tree | 216bc7e920c66a705a160ab98ca99ebd3f692e8e /community/soundkonverter | |
parent | e5ec91bd8051afc41414938217ee09c65aa6c7a2 (diff) | |
parent | 8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/hostapd/PKGBUILD
community/polipo/PKGBUILD
extra/libotf/PKGBUILD
extra/libssh/PKGBUILD
extra/m17n-lib/PKGBUILD
Diffstat (limited to 'community/soundkonverter')
-rw-r--r-- | community/soundkonverter/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD index a62026c8b..d815835f8 100644 --- a/community/soundkonverter/PKGBUILD +++ b/community/soundkonverter/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 74832 2012-08-06 23:08:41Z andrea $ +# $Id: PKGBUILD 80754 2012-12-03 09:48:01Z 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.3 -pkgrel=2 +pkgver=1.6.4 +pkgrel=1 pkgdesc="Front-end to various audio converters" arch=('i686' 'x86_64' 'mips64el') url="http://www.kde-apps.org/content/show.php?content=29024" @@ -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=('f617d9b73937d4576bc21fd359f4964b') +md5sums=('be01689be4c7e1811c57436ec45d7326') build() { cd "$srcdir"/$pkgname-$pkgver |