summaryrefslogtreecommitdiff
path: root/libre/kio-extras/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-10-13 11:46:40 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-10-13 11:46:40 +0200
commit2562a1d33f9d5a66647c8dd9140b7d1ed68af2d6 (patch)
tree6238115c59f86ba77d6ceb6fb8af76f35e396578 /libre/kio-extras/PKGBUILD
parent10adc854375ed818271b473f0f3ba197c868733f (diff)
libre/kio-extras: updated to 17.08.2
Diffstat (limited to 'libre/kio-extras/PKGBUILD')
-rw-r--r--libre/kio-extras/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/kio-extras/PKGBUILD b/libre/kio-extras/PKGBUILD
index fba41ddc6..0d32e8f56 100644
--- a/libre/kio-extras/PKGBUILD
+++ b/libre/kio-extras/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# Maintainer: Andreas Grapentin <andreas@grapentin.org>
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
-# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
-# Maintainer: André Silva <emulatorman@hyperbola.info>
+# Contributor: André Silva <emulatorman@hyperbola.info>
# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
+# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
pkgname=kio-extras
-pkgver=17.08.1
+pkgver=17.08.2
pkgrel=1.parabola1
pkgdesc="Additional components to increase the functionality of KIO, without nonfree qt5-webengine support"
arch=(i686 x86_64 armv7h)
@@ -20,7 +20,7 @@ optdepends=('qt5-imageformats: thumbnails for additional image formats'
'khtml: man kioslave')
groups=(kde-applications kdenetwork)
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('15550ee9869abee53c0cc77a67e1675f22696ccde9352dfbc62de4bc954f60c2'
+sha256sums=('d6fc25a3f83750ca2af27768a7278314139bda8591df70b8f49b3d11379a74dd'
'SKIP')
validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7' # Albert Astals Cid <aacid@kde.org>
'F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87') # Christoph Feck <cfeck@kde.org>
@@ -34,7 +34,7 @@ build() {
cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}