diff options
Diffstat (limited to 'kde-unstable/kdemultimedia-kscd/PKGBUILD')
-rw-r--r-- | kde-unstable/kdemultimedia-kscd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdemultimedia-kscd/PKGBUILD b/kde-unstable/kdemultimedia-kscd/PKGBUILD index 5a759b1f0..7446d8e70 100644 --- a/kde-unstable/kdemultimedia-kscd/PKGBUILD +++ b/kde-unstable/kdemultimedia-kscd/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 160155 2012-05-29 23:02:58Z andrea $ +# $Id: PKGBUILD 161740 2012-06-13 14:52:56Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdemultimedia-kscd -pkgver=4.8.80 +pkgver=4.8.90 pkgrel=1 pkgdesc="KDE CD player" url='http://kde.org/applications/multimedia/kscd/' @@ -12,7 +12,7 @@ depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'libmusicbrainz3') makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://download.kde.org/unstable/${pkgver}/src/kscd-${pkgver}.tar.xz") -sha1sums=('2352ef7a8b85ce6a4610563b2be0a37c0c1dfe41') +sha1sums=('11f4f84f1904b60ef540d63f8bbb12c30640ac56') build() { cd "${srcdir}" |