diff options
Diffstat (limited to 'kde-unstable/libkipi/PKGBUILD')
-rw-r--r-- | kde-unstable/libkipi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/libkipi/PKGBUILD b/kde-unstable/libkipi/PKGBUILD index 0e45757c6..ec2b2d1db 100644 --- a/kde-unstable/libkipi/PKGBUILD +++ b/kde-unstable/libkipi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 143320 2011-11-24 16:14:10Z andrea $ +# $Id: PKGBUILD 144777 2011-12-08 10:34:44Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkipi -pkgver=4.7.80 +pkgver=4.7.90 pkgrel=1 pkgdesc="An interface to use kipi-plugins from a KDE application" url="http://kde.org/" @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('cd223fb1dbdbfbdea39b3abf79291fe81f534906') +sha1sums=('d8051403f165f76ccdffcfb831c247729b70b507') build() { cd "${srcdir}" |