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 585129c84..5735cec5e 100644 --- a/kde-unstable/kdegraphics-ksnapshot/PKGBUILD +++ b/kde-unstable/kdegraphics-ksnapshot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144819 2011-12-08 11:01:32Z andrea $ +# $Id: PKGBUILD 145535 2011-12-22 23:09:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-ksnapshot -pkgver=4.7.90 +pkgver=4.7.95 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.bz2") -sha1sums=('d8a7b36516c905c1f69e0d1b50b87c78094f9caf') +sha1sums=('a788679adb6e2d47b1189a43889e0d39b5db6631') build() { cd "${srcdir}" |