summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cae818d2a5e..38cf0785ffa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kuro <kurokarazu@gmail.com>
pkgname=kuaipan4uk
pkgver=2.0.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Kingsoft KuaiPan is one of the most popular cloud storage service in China. The aim of this project is to provide an easy-to-use KuaiPan client for UbuntuKylin and all Linux users."
arch=('i686' 'x86_64')
license=("GPL")
@@ -31,6 +31,9 @@ build_libcurl()
tar xf ${curl_ver}.tar.gz
cd ${curl_ver}
+ sed -i '105,107d' ./lib/cyassl.c
+ sed -i 's/req_method = SSLv3_client_method()/return CURLE_SSL_CONNECT_ERROR/' ./lib/ssluse.c
+
./configure \
--prefix=/ \
--disable-ldap \