author | Andrea Scarpino
<andrea@archlinux.org> 2011-11-20 11:19:11 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2011-11-20 11:19:11 UTC |
parent | c34f34bdeab40924da4fe0ca6d06c7391cdc190d |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index ce2f541..04197a3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkdcraw -pkgver=4.7.3 +pkgver=4.7.80 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('084f6aff760957d2005dd571dad178ca685abb68') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('67f6b65a98a4ab24e946fdf2c4b3523c803c935a') build() { cd "${srcdir}"