diff options
Diffstat (limited to 'kde-unstable/kdegraphics-ksnapshot/PKGBUILD')
-rw-r--r-- | kde-unstable/kdegraphics-ksnapshot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdegraphics-ksnapshot/PKGBUILD b/kde-unstable/kdegraphics-ksnapshot/PKGBUILD index 6c9dc11c3..24301143c 100644 --- a/kde-unstable/kdegraphics-ksnapshot/PKGBUILD +++ b/kde-unstable/kdegraphics-ksnapshot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 160143 2012-05-29 22:58:52Z andrea $ +# $Id: PKGBUILD 161730 2012-06-13 14:48:18Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-ksnapshot -pkgver=4.8.80 +pkgver=4.8.90 pkgrel=1 pkgdesc="Screen Capture Program" url="http://kde.org/applications/graphics/ksnapshot/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') optdepends=('kipi-plugins') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/ksnapshot-${pkgver}.tar.xz") -sha1sums=('8b19cf73a9a0ad34de612167bf7be6a47babfe8d') +sha1sums=('126a4d9c19fb954e9dbb3776a6547dde917554a1') build() { cd "${srcdir}" |