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 56db5ab83..74d5787da 100644 --- a/extra/libksane/PKGBUILD +++ b/extra/libksane/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 172817 2012-12-06 08:19:54Z andrea $ +# $Id: PKGBUILD 174656 2013-01-05 13:07:39Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane -pkgver=4.9.4 +pkgver=4.9.5 pkgrel=1 pkgdesc="An image scanning library" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane" @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('6e6dd688b9cae1e809754d527327770c8a4caad0') +sha1sums=('feec52661f536b56ad14dfc628b90facd39d05ca') build() { cd "${srcdir}" |