diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-09 17:50:50 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-09 17:51:51 -0300 |
commit | 2884cbf3278f8bc1e4ce16fed08f6e65602aee3d (patch) | |
tree | 27f58b2a35a0cbba421dfc3a76addc92abff3549 /libre/kipi-plugins/PKGBUILD | |
parent | 4129dfb8ecdf38da7ec7f2d331829b702149e95b (diff) |
upgpkg: kipi-plugins 4.12.0
Diffstat (limited to 'libre/kipi-plugins/PKGBUILD')
-rw-r--r-- | libre/kipi-plugins/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/kipi-plugins/PKGBUILD b/libre/kipi-plugins/PKGBUILD index 73956de3e..e0a7c50cc 100644 --- a/libre/kipi-plugins/PKGBUILD +++ b/libre/kipi-plugins/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=digikam pkgname=kipi-plugins -pkgver=4.11.0 +pkgver=4.12.0 pkgrel=1.parabola1 pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam, without nonfree jAlbum and SimpleViewer support" arch=('i686' 'x86_64' 'mips64el') @@ -30,15 +30,13 @@ optdepends=('libkgeomap: Geolocalize tool' options=('staticlibs') install=kipi-plugins.install source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('8fa6e277b775b615f10403b30a1b6d45c957ff3c') +sha1sums=('f7ce2c72946e21b669cfa35c4ce8652337f9c68a') prepare() { cd ${srcdir}/${pkgbase}-${pkgver} sed -i '\|flashexport|d \|jalbumexport|d ' extra/kipi-plugins/CMakeLists.txt -# Remove internal FindLibKVkontakte.cmake - rm cmake/modules/FindLibKVkontakte.cmake } build() { |