diff options
author | root <root@rshg054.dnsready.net> | 2012-10-03 01:32:13 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-03 01:32:13 -0700 |
commit | 1350233b6dc1924ba29a42462447995f26dae0dc (patch) | |
tree | 5dfb3384023621f023e449f02df1f035a9b45170 /testing/libkcddb/PKGBUILD | |
parent | 941550cbc215d608bd18439f99500b74fbb80f0d (diff) |
Wed Oct 3 01:31:01 PDT 2012
Diffstat (limited to 'testing/libkcddb/PKGBUILD')
-rw-r--r-- | testing/libkcddb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libkcddb/PKGBUILD b/testing/libkcddb/PKGBUILD index c31949ba8..36f6fb0cd 100644 --- a/testing/libkcddb/PKGBUILD +++ b/testing/libkcddb/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 166057 2012-09-04 15:51:53Z andrea $ +# $Id: PKGBUILD 167586 2012-10-02 19:14:36Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkcddb -pkgver=4.9.1 +pkgver=4.9.2 pkgrel=1 pkgdesc="KDE CDDB library" url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb' @@ -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=('7c2009bfb19a36cc5084ac450f5a2155a193da55') +sha1sums=('11a83fcf8e699d787b0c037e50f2031874470d70') build() { cd "${srcdir}" |