diff options
Diffstat (limited to 'kde-unstable/kdemultimedia-kmix/PKGBUILD')
-rw-r--r-- | kde-unstable/kdemultimedia-kmix/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdemultimedia-kmix/PKGBUILD b/kde-unstable/kdemultimedia-kmix/PKGBUILD index 22a5d1db6..df8b46ae7 100644 --- a/kde-unstable/kdemultimedia-kmix/PKGBUILD +++ b/kde-unstable/kdemultimedia-kmix/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160439 2012-06-01 21:43:34Z andrea $ +# $Id: PKGBUILD 161739 2012-06-13 14:52:29Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-kmix -pkgver=4.8.80 -pkgrel=2 +pkgver=4.8.90 +pkgrel=1 pkgdesc="KDE volume control program" url='http://kde.org/applications/multimedia/kmix/' arch=('i686' 'x86_64') @@ -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=('1b3d07117178d3232d308babb4c42dfdebc58d2d') +sha1sums=('7a40df92d3cf2694925f3be847159ef9e426b6cb') build() { cd "${srcdir}" |