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 4be57e33d..d513500d3 100644 --- a/kde-unstable/kdegraphics-kolourpaint/PKGBUILD +++ b/kde-unstable/kdegraphics-kolourpaint/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 143396 2011-11-24 16:16:05Z andrea $ +# $Id: PKGBUILD 144816 2011-12-08 11:00:03Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegraphics-kolourpaint -pkgver=4.7.80 +pkgver=4.7.90 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.bz2") -sha1sums=('7d2e2eee77fe9307eef18cb5accd476fbb55fa57') +sha1sums=('20d46610bfc8943cfe5b83e2e9b0902a6389b973') build() { cd "${srcdir}" |