diff options
Diffstat (limited to 'extra/libksane/PKGBUILD')
-rw-r--r-- | extra/libksane/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libksane/PKGBUILD b/extra/libksane/PKGBUILD index 818f04c6a..11ec687ab 100644 --- a/extra/libksane/PKGBUILD +++ b/extra/libksane/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 141785 2011-11-02 18:13:06Z andrea $ +# $Id: PKGBUILD 144649 2011-12-08 09:19:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane -pkgver=4.7.3 +pkgver=4.7.4 pkgrel=1 pkgdesc="An image scanning library" url="http://kde.org/" @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('d1efdd1f5f7f99ba173ddcc88b2ddee343ecf96b') +sha1sums=('3c7a8d5b7fd80175684a0373fae26197e8158565') build() { cd "${srcdir}" |