diff options
Diffstat (limited to 'kde-unstable/kdegraphics-ksaneplugin/PKGBUILD')
-rw-r--r-- | kde-unstable/kdegraphics-ksaneplugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD b/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD index d084c5851..81637de54 100644 --- a/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD +++ b/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 143400 2011-11-24 16:16:09Z andrea $ +# $Id: PKGBUILD 144818 2011-12-08 11:01:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-ksaneplugin -pkgver=4.7.80 +pkgver=4.7.90 pkgrel=1 pkgdesc="A scan plugin that implements the scanning" url="http://kde.org/" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.bz2") -sha1sums=('57af20b3a7f6973e3a4e881522443ccf40f39e2e') +sha1sums=('f493dcad48561622baf4e67958faf932f221a032') build() { cd "${srcdir}" |