summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2018-05-13 15:11:24 +0200
committereolianoe2018-05-13 15:11:24 +0200
commit3f2012a5f31be98726fe8a1e8719112db32e6e19 (patch)
tree70f92d41eacb1f9c218f0c8e68550948c899d919
parent982ff2f67d2fcab2af543e744ab53cc019a8867a (diff)
downloadaur-3f2012a5f31be98726fe8a1e8719112db32e6e19.tar.gz
use openssl-1.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a2e4b99c0fc..d2128c447c13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = seafile-client
pkgdesc = GUI client for synchronizing your local files with seafile server
pkgver = 6.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haiwen/seafile-client
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d96885b33b56..5dd1c7e098dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=seafile-client
pkgver=6.1.8
-pkgrel=1
+pkgrel=2
pkgdesc="GUI client for synchronizing your local files with seafile server"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/${pkgname}"
@@ -27,8 +27,6 @@ prepare() {
build () {
cd "$srcdir/build"
- export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-
cmake \
-DBUILD_SHIBBOLETH_SUPPORT=ON \
-DCMAKE_BUILD_TYPE=Release \