diff options
author | root <root@rshg054.dnsready.net> | 2012-06-03 00:04:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-03 00:04:14 +0000 |
commit | d915cad658736d96368750201c34df752048751a (patch) | |
tree | a6d70fb8b01aaa111efbc8a6874a8f94b882626d /kde-unstable/kdemultimedia-kmix | |
parent | 211709a2f09bd677aa1deac0dc82fde6ce1c8626 (diff) |
Sun Jun 3 00:04:13 UTC 2012
Diffstat (limited to 'kde-unstable/kdemultimedia-kmix')
-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}" |