diff options
Diffstat (limited to 'kde-unstable/libkipi/PKGBUILD')
-rw-r--r-- | kde-unstable/libkipi/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-unstable/libkipi/PKGBUILD b/kde-unstable/libkipi/PKGBUILD index 5b43dece2..8e40221d3 100644 --- a/kde-unstable/libkipi/PKGBUILD +++ b/kde-unstable/libkipi/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkipi -pkgver=4.8.80 +pkgver=4.8.90 pkgrel=1 pkgdesc="An interface to use kipi-plugins from a KDE application" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi" @@ -14,7 +14,7 @@ replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('0e2335ab38e65fa33a93fed1d8f35c6984b20c30') +sha1sums=('b63785eec494dcbe6af0acaebcf3c5df4c2c5471') build() { cd "${srcdir}" |