diff options
Diffstat (limited to 'kde-unstable/kdemultimedia-kmix/PKGBUILD')
-rw-r--r-- | kde-unstable/kdemultimedia-kmix/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdemultimedia-kmix/PKGBUILD b/kde-unstable/kdemultimedia-kmix/PKGBUILD index 2b21b5dd3..4ccf1c243 100644 --- a/kde-unstable/kdemultimedia-kmix/PKGBUILD +++ b/kde-unstable/kdemultimedia-kmix/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162620 2012-06-27 13:41:32Z andrea $ +# $Id: PKGBUILD 163428 2012-07-11 22:47:50Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-kmix -pkgver=4.8.95 +pkgver=4.8.97 pkgrel=1 pkgdesc="KDE volume control program" url='http://kde.org/applications/multimedia/kmix/' @@ -12,7 +12,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz") -sha1sums=('ddd0f8723f20c1e847302d4ea69b585abf4b7698') +sha1sums=('1da4c0ce895ed39dd25e6da1c6c85671536a8391') build() { cd "${srcdir}" |