diff options
author | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
commit | af549d0243764531309fa94b1f5cee58982c496a (patch) | |
tree | afb2851caf91700e83c4062a9e77c6a92fe0326b /testing/libkipi | |
parent | 58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff) |
Thu Sep 6 00:03:29 UTC 2012
Diffstat (limited to 'testing/libkipi')
-rw-r--r-- | testing/libkipi/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libkipi/PKGBUILD b/testing/libkipi/PKGBUILD index 432fbf69a..93b90ea44 100644 --- a/testing/libkipi/PKGBUILD +++ b/testing/libkipi/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkipi -pkgver=4.9.0 +pkgver=4.9.1 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('a50fe30343f720f7402b42edbe7f6b59b2add19a') +sha1sums=('8fb561ef477b6a35c264ada783f65efa2ae1d3b9') build() { cd "${srcdir}" |