diff options
Diffstat (limited to 'kde-unstable/libksane/PKGBUILD')
-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 2a857d528..debcd33c3 100644 --- a/kde-unstable/libksane/PKGBUILD +++ b/kde-unstable/libksane/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 128544 2011-06-24 12:51:18Z andrea $ +# $Id: PKGBUILD 131298 2011-07-12 17:47:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane -pkgver=4.6.90 +pkgver=4.6.95 pkgrel=1 pkgdesc="An image scanning library" url="http://kde.org/" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('26b27920f02a6e6999c7bfd08fe6632a39fe2d53') +sha1sums=('9092666fb625872e8028b4cf9fe4e1476bf47b97') build() { cd "${srcdir}" |