[arch-commits] Commit in gftp/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Mon Apr 12 23:34:03 UTC 2021


    Date: Monday, April 12, 2021 @ 23:34:03
  Author: kkeen
Revision: 916105

upgpkg: gftp 2.7.0b-1

Modified:
  gftp/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-12 23:05:04 UTC (rev 916104)
+++ PKGBUILD	2021-04-12 23:34:03 UTC (rev 916105)
@@ -2,25 +2,28 @@
 # Contributor: Lucien Immink <l.immink at student.fnt.hvu.nl>
 
 pkgname=gftp
-pkgver=2.0.19
-pkgrel=10
+pkgver=2.7.0b
+pkgrel=1
 pkgdesc="A multithreaded ftp client for X Windows"
 arch=('x86_64')
 url="https://www.gftp.org/"
 license=('GPL2')
 depends=('gtk2' 'openssl' 'readline')
-source=(https://www.gftp.org/$pkgname-$pkgver.tar.bz2)
-md5sums=('5183cb4955d94be0e03c892585547c64')
+makedepends=('intltool')
+#source=(https://www.gftp.org/$pkgname-$pkgver.tar.bz2)
+source=("gftp-$pkgver.tgz::https://github.com/masneyb/gftp/archive/refs/tags/$pkgver.tar.gz")
+md5sums=('5220e212959ae3e3273ee6493e64b312')
 
 prepare() {
-   cd $pkgname-$pkgver
+   cd "$pkgname-$pkgver"
    # openssl 1.1 compatibility
-   sed -e 's|SSL_library_init|SSL_CTX_new|g' -i configure
+   #sed -e 's|SSL_library_init|SSL_CTX_new|g' -i configure
 }
 
 build() {
    cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr --mandir=/usr/share/man
+   ./autogen.sh
+   ./configure --prefix=/usr --mandir=/usr/share/man #--enable-gtk3
    make
 }
 



More information about the arch-commits mailing list