git » kdelibs4support.git » commit b38ae24

Upstream release

author Felix Yan
2017-04-13 21:40:29 UTC
committer Felix Yan
2017-04-13 21:40:29 UTC
parent 730ddf236c61d1edeec7ef921ec3a2e5032655bc

Upstream release

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index 21a59ed..cab4d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kdelibs4support
-pkgver=5.32.0
+pkgver=5.33.0
 pkgrel=1
 pkgdesc='Porting aid from KDELibs4'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ groups=('kf5-aids')
 replaces=('kde4support')
 conflicts=('kde4support')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('eba61d876c37249d089f423f144246cd64908e3da84929f9e619c25c9a2a56f1'
+sha256sums=('6917ef2269cbf8cf742d02a61fba02b04064a624e20b4fcc714a5a3cc9dddebf'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
@@ -29,7 +29,8 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
     -DKDE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 -DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so -DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
   make
 }