diff options
Diffstat (limited to 'kde-unstable/kdegraphics-kolourpaint/PKGBUILD')
-rw-r--r-- | kde-unstable/kdegraphics-kolourpaint/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdegraphics-kolourpaint/PKGBUILD b/kde-unstable/kdegraphics-kolourpaint/PKGBUILD index 7a9af390b..1fc4783c6 100644 --- a/kde-unstable/kdegraphics-kolourpaint/PKGBUILD +++ b/kde-unstable/kdegraphics-kolourpaint/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163416 2012-07-11 22:41:42Z andrea $ +# $Id: PKGBUILD 171822 2012-11-21 19:44:49Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-kolourpaint -pkgver=4.8.97 +pkgver=4.9.80 pkgrel=1 pkgdesc="Paint Program" url="http://kde.org/applications/graphics/kolourpaint/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'qimageblitz') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kolourpaint-${pkgver}.tar.xz") -sha1sums=('de14aab1473a886cdd77170e4d8db34413a4be1c') +sha1sums=('147b3e8aa6f7f0ed6370631e3742022e5dfa0b01') build() { cd "${srcdir}" |