diff options
Diffstat (limited to 'kde-unstable/kdegraphics-ksnapshot/PKGBUILD')
-rw-r--r-- | kde-unstable/kdegraphics-ksnapshot/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdegraphics-ksnapshot/PKGBUILD b/kde-unstable/kdegraphics-ksnapshot/PKGBUILD index 437d2d039..ed0b89c21 100644 --- a/kde-unstable/kdegraphics-ksnapshot/PKGBUILD +++ b/kde-unstable/kdegraphics-ksnapshot/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 163419 2012-07-11 22:43:14Z andrea $ +# $Id: PKGBUILD 171826 2012-11-21 19:46:35Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-ksnapshot -pkgver=4.8.97 +pkgver=4.9.80 pkgrel=1 pkgdesc="Screen Capture Program" url="http://kde.org/applications/graphics/ksnapshot/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdegraphics') -depends=('kdelibs' 'libkipi') +depends=('kdebase-runtime' 'libkipi') makedepends=('cmake' 'automoc4') optdepends=('kipi-plugins') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz") -sha1sums=('5416d6a1415b41cd71c302ace7332ab22a048f1d') +sha1sums=('50b937b84b44e8ff3ea4a1f4659f286677f545a3') build() { cd "${srcdir}" |