diff options
author | root <root@rshg054.dnsready.net> | 2012-12-07 02:09:50 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-07 02:09:50 -0800 |
commit | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (patch) | |
tree | bc791b3c1aca7238f6f5e6761930657526005eac /extra/libkcompactdisc | |
parent | 3f0c4efbf72adbd091565fcc39ad1d09c92be5d0 (diff) |
Fri Dec 7 02:06:33 PST 2012
Diffstat (limited to 'extra/libkcompactdisc')
-rw-r--r-- | extra/libkcompactdisc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libkcompactdisc/PKGBUILD b/extra/libkcompactdisc/PKGBUILD index 7ea600fd9..fadb56cd8 100644 --- a/extra/libkcompactdisc/PKGBUILD +++ b/extra/libkcompactdisc/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 170606 2012-11-09 08:26:46Z andrea $ +# $Id: PKGBUILD 172820 2012-12-06 08:20:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkcompactdisc -pkgver=4.9.3 +pkgver=4.9.4 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('fc5ec113a34787ae36120581f8e9a1508fdee5a0') +sha1sums=('e1ca051ebaf3430813b9d18dd2c1dca00c147d8a') build() { cd "${srcdir}" |