diff options
author | root <root@rshg054.dnsready.net> | 2011-12-23 23:14:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-23 23:14:44 +0000 |
commit | d53a615fd6ab6dfeb42da11086f96698cb08fe40 (patch) | |
tree | e8b4ecb6de34cedcb486150a721025bf303f66da /kde-unstable/libksane | |
parent | 34e6c976d28892a7bd3f7578f10fcfa57865472f (diff) |
Fri Dec 23 23:14:44 UTC 2011
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 042e8c4cc..bb7a4226b 100644 --- a/kde-unstable/libksane/PKGBUILD +++ b/kde-unstable/libksane/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144778 2011-12-08 10:35:12Z andrea $ +# $Id: PKGBUILD 145494 2011-12-22 22:44:11Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane -pkgver=4.7.90 +pkgver=4.7.95 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('ca3166bb334babf232d90d9c82dfe4a1e646d842') +sha1sums=('bbbb86e86929987269437583d55fc9f7a38c045c') build() { cd "${srcdir}" |