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 112e1689c..d59da7274 100644 --- a/kde-unstable/libkcompactdisc/PKGBUILD +++ b/kde-unstable/libkcompactdisc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160182 2012-05-30 06:34:40Z andrea $ +# $Id: PKGBUILD 160756 2012-06-05 05:30:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkcompactdisc pkgver=4.8.80 -pkgrel=1 +pkgrel=2 pkgdesc="A library for interfacing with CDs" url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc' arch=('i686' 'x86_64') @@ -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=('52c984a187195e92436b070cee186977c5dee977') +sha1sums=('d7a052a3c7e5a9efaa8d3535f5f350dfc3ec6793') build() { cd "${srcdir}" |