diff options
Diffstat (limited to 'kde-unstable/kdegraphics-gwenview/PKGBUILD')
-rw-r--r-- | kde-unstable/kdegraphics-gwenview/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdegraphics-gwenview/PKGBUILD b/kde-unstable/kdegraphics-gwenview/PKGBUILD index 597ca7b92..6c99e7906 100644 --- a/kde-unstable/kdegraphics-gwenview/PKGBUILD +++ b/kde-unstable/kdegraphics-gwenview/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 160435 2012-06-01 21:41:28Z andrea $ +# $Id: PKGBUILD 161723 2012-06-13 14:44:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-gwenview -pkgver=4.8.80 -pkgrel=2 +pkgver=4.8.90 +pkgrel=1 pkgdesc="A fast and easy to use image viewer for KDE" url="http://kde.org/applications/graphics/gwenview/" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') optdepends=('kipi-plugins: extra plugins to share photos') install=$pkgname.install source=("http://download.kde.org/unstable/${pkgver}/src/gwenview-${pkgver}.tar.xz") -sha1sums=('1eb9e84a209dcd03790436a7ab3613e5998ea373') +sha1sums=('4293bcd53bbee643c40f703a408edf11ca2117ec') build() { cd "${srcdir}" |