diff --git a/network/download/aria2/actions.py b/network/download/aria2/actions.py index c6706dc5a3..196775b673 100644 --- a/network/download/aria2/actions.py +++ b/network/download/aria2/actions.py @@ -8,37 +8,33 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get +j = ''.join([ + ' --prefix=/usr', + ' --enable-bittorrent', + ' --enable-libaria2', + ' --enable-metalink', + ' --enable-epoll', + ' --enable-nls', + ' --disable-rpath', + ' --disable-static', + ' --with-libz', + ' --with-gnutls', + ' --with-sqlite3', + ' --with-libxml2', + ' --with-libssh2', + ' --with-libcares', + ' --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt', + ' --with-bashcompletiondir=/usr/share/bash-completion/completions ' + ]) + def setup(): - autotools.configure("--prefix=/usr \ - --enable-bittorrent \ - --enable-libaria2 \ - --enable-metalink \ - --enable-epoll \ - --enable-nls \ - \ - --disable-rpath \ - --disable-static \ - \ - --with-libz \ - --with-gnutls \ - --with-sqlite3 \ - --with-libxml2 \ - --with-libssh2 \ - --with-libcares \ - --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \ - --with-bashcompletiondir=/usr/share/bash-completion/completions") + autotools.configure(j) def build(): - autotools.make("-C po update-gmo") autotools.make() def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", \ - "COPYING", \ - "INSTALL", \ - "LICENSE.OpenSSL", \ - "NEWS", \ - "README*") + pisitools.dodoc("AUTHORS", "ChangeLog", "README*") diff --git a/network/download/aria2/pspec.xml b/network/download/aria2/pspec.xml index cbf9a8555c..328d592cfb 100644 --- a/network/download/aria2/pspec.xml +++ b/network/download/aria2/pspec.xml @@ -1,5 +1,5 @@ - + aria2 @@ -15,8 +15,8 @@ aria2 is a download utility with resuming and segmented downloading. Supported protocols are HTTP, HTTPS, FTP and BitTorrent. It also supports Metalink version 3.0. - - https://github.com/tatsuhiro-t/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.xz + + https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz gmp-devel @@ -27,7 +27,6 @@ sqlite-devel libxml2-devel libssh2-devel - openssl-devel @@ -43,7 +42,6 @@ sqlite libxml2 libssh2 - openssl /usr/bin @@ -67,6 +65,13 @@ + + 2021-09-14 + 1.36.0 + Version bump. + fury + uglyside@yandex.ru + 2021-07-01 1.35.0