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

Felix Yan felixonmars at archlinux.org
Fri Feb 8 09:35:18 UTC 2019


    Date: Friday, February 8, 2019 @ 09:35:16
  Author: felixonmars
Revision: 430497

upgpkg: aria2 1.34.0-2

enable library (FS#61674)

Modified:
  aria2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-08 09:35:10 UTC (rev 430496)
+++ PKGBUILD	2019-02-08 09:35:16 UTC (rev 430497)
@@ -7,7 +7,7 @@
 
 pkgname=aria2
 pkgver=1.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('x86_64')
 url='http://aria2.sourceforge.net/'
@@ -22,6 +22,7 @@
 
   ./configure \
     --prefix=/usr \
+    --enable-libaria2 \
     --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
 
   make



More information about the arch-commits mailing list