diff options
Diffstat (limited to 'community/soundkonverter')
-rw-r--r-- | community/soundkonverter/PKGBUILD | 6 | ||||
-rw-r--r-- | community/soundkonverter/soundkonverter.install | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD index f9979dcc4..423cbb5e2 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' 'mips64el') @@ -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 diff --git a/community/soundkonverter/soundkonverter.install b/community/soundkonverter/soundkonverter.install index 725fc0c5d..0e8feb79c 100644 --- a/community/soundkonverter/soundkonverter.install +++ b/community/soundkonverter/soundkonverter.install @@ -1,12 +1,12 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } |