author | Andrea Scarpino
<andrea@archlinux.org> 2012-01-25 20:34:36 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2012-01-25 20:34:36 UTC |
parent | 96c0eb81a6d9faf4908d37785d2a4d2649303a04 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index e081fa3..662e6c9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkdcraw -pkgver=4.7.97 +pkgver=4.8.0 pkgrel=1 pkgdesc="A C++ interface used to decode RAW picture" url="http://kde.org/" @@ -12,8 +12,8 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('b0aabc3bea00698feed45f180516cbb1c8668e88') +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('4c613177ec8cfe1436e5fb7f3b61bbb306d13f71') build() { cd "${srcdir}"