diff options
Diffstat (limited to 'kde-unstable/libkcompactdisc/PKGBUILD')
-rw-r--r-- | kde-unstable/libkcompactdisc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/libkcompactdisc/PKGBUILD b/kde-unstable/libkcompactdisc/PKGBUILD index 937f8cd18..19393560e 100644 --- a/kde-unstable/libkcompactdisc/PKGBUILD +++ b/kde-unstable/libkcompactdisc/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163376 2012-07-11 22:10:46Z andrea $ +# $Id: PKGBUILD 171739 2012-11-21 18:31:12Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkcompactdisc -pkgver=4.8.97 +pkgver=4.9.80 pkgrel=1 pkgdesc="A library for interfacing with CDs" url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdemultimedia-kioslave') conflicts=('kdemultimedia-kioslave') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('9e5acb7c8017f3ed0698a633683ef0c30d258312') +sha1sums=('2b2bf035690da07c12217e06858e0b342505dad7') build() { cd "${srcdir}" |