diff options
author | root <root@rshg054.dnsready.net> | 2012-04-06 00:01:15 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-06 00:01:15 +0000 |
commit | 870286a74f6142709671fd3437944382f29bf352 (patch) | |
tree | 00501e7d18319db16b20e39436b8fb60837bdfe5 /extra/libksane | |
parent | a7f79fc1ced18c586d320033ac9738e98a21b550 (diff) |
Fri Apr 6 00:01:15 UTC 2012
Diffstat (limited to 'extra/libksane')
-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 e894f474d..2c434c2db 100644 --- a/extra/libksane/PKGBUILD +++ b/extra/libksane/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 153100 2012-03-12 09:11:12Z andrea $ +# $Id: PKGBUILD 155553 2012-04-04 14:13:26Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libksane -pkgver=4.8.1 +pkgver=4.8.2 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.xz") -sha1sums=('20631624185f8bf26d7a8c2e7222731513e8a2ec') +sha1sums=('fe9376710687c2e9354bd5f8245755c53e2ad91c') build() { cd "${srcdir}" |