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 88336c1c7..22a5d1db6 100644 --- a/kde-unstable/kdemultimedia-kmix/PKGBUILD +++ b/kde-unstable/kdemultimedia-kmix/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160154 2012-05-29 23:02:35Z andrea $ +# $Id: PKGBUILD 160439 2012-06-01 21:43:34Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-kmix pkgver=4.8.80 -pkgrel=1 +pkgrel=2 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=('e6e7ffc05b800d17b8b32600410a6ecbce773f8c') +sha1sums=('1b3d07117178d3232d308babb4c42dfdebc58d2d') build() { cd "${srcdir}" |