diff options
Diffstat (limited to 'kde-unstable/kdegraphics-ksaneplugin')
-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 c7bc33c68..d122994d2 100644 --- a/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD +++ b/kde-unstable/kdegraphics-ksaneplugin/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 161729 2012-06-13 14:47:51Z andrea $ +# $Id: PKGBUILD 162610 2012-06-27 13:36:47Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-ksaneplugin -pkgver=4.8.90 +pkgver=4.8.95 pkgrel=1 pkgdesc="A scan plugin that implements the scanning" url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/unstable/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz") -sha1sums=('596a4bdb1f364d181eecf7c02ab3005ca91eee73') +sha1sums=('c77a2a588901845f4c91b101ad6169f94a45a938') build() { cd "${srcdir}" |