summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6de5b642c097..5c67b9219ca8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kuaipan4uk
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.
pkgver = 2.0.0.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.ubuntukylin.com/applications/showimg.php?lang=cn&id=21
arch = i686
arch = x86_64
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 \