diff options
Diffstat (limited to 'kde-unstable/libkdcraw')
-rw-r--r-- | kde-unstable/libkdcraw/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/libkdcraw/PKGBUILD b/kde-unstable/libkdcraw/PKGBUILD index 6fdf59762..18d88af33 100644 --- a/kde-unstable/libkdcraw/PKGBUILD +++ b/kde-unstable/libkdcraw/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 128541 2011-06-24 12:43:00Z andrea $ +# $Id: PKGBUILD 131294 2011-07-12 17:46:49Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkdcraw -pkgver=4.6.90 +pkgver=4.6.95 pkgrel=1 pkgdesc="A C++ interface used to decode RAW picture" url="http://kde.org/" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('4ea47528716db93c0b3a0fa5abcd9dde0148eb78') +sha1sums=('b3a2b9df68b46db9728d0d0b009f9f5a28a02020') build() { cd "${srcdir}" |