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 b16b62da2..e47febcfb 100644 --- a/kde-unstable/libkcompactdisc/PKGBUILD +++ b/kde-unstable/libkcompactdisc/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161689 2012-06-13 14:19:32Z andrea $ +# $Id: PKGBUILD 162570 2012-06-27 13:07:55Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkcompactdisc -pkgver=4.8.90 +pkgver=4.8.95 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=('8710d98308c64950c3c1ea2de17c6599628c52ac') +sha1sums=('6820663a15ee6a668db3ca11cd678c2ca8525426') build() { cd "${srcdir}" |