diff options
Diffstat (limited to 'kde-unstable/libksane')
-rw-r--r-- | kde-unstable/libksane/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/libksane/PKGBUILD b/kde-unstable/libksane/PKGBUILD index 9274d2a9b..e472f9aaf 100644 --- a/kde-unstable/libksane/PKGBUILD +++ b/kde-unstable/libksane/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161686 2012-06-13 14:18:02Z andrea $ +# $Id: PKGBUILD 162567 2012-06-27 13:06:22Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane -pkgver=4.8.90 +pkgver=4.8.95 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('129d5b10e9cc7926e4ad2f60786209ac9d7479f4') +sha1sums=('25e023081c77cd7ba82c0e8ae449378164aec7b2') build() { cd "${srcdir}" |