Date: Monday, June 3, 2019 @ 20:50:11
  Author: arojas
Revision: 476753

https

Modified:
  gftp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-03 20:49:50 UTC (rev 476752)
+++ PKGBUILD    2019-06-03 20:50:11 UTC (rev 476753)
@@ -6,12 +6,18 @@
 pkgrel=10
 pkgdesc="A multithreaded ftp client for X Windows"
 arch=('x86_64')
-url="http://www.gftp.org/";
+url="https://www.gftp.org/";
 license=('GPL2')
 depends=('gtk2' 'openssl' 'readline')
 source=(https://www.gftp.org/$pkgname-$pkgver.tar.bz2)
 md5sums=('5183cb4955d94be0e03c892585547c64')
 
+prepare() {
+   cd $pkgname-$pkgver
+   # openssl 1.1 compatibility
+   sed -e 's|SSL_library_init|SSL_CTX_new|g' -i configure
+}
+
 build() {
    cd "$srcdir/$pkgname-$pkgver"
    ./configure --prefix=/usr --mandir=/usr/share/man

Reply via email to