diff --git a/aria2/.footprint b/aria2/.footprint index c80da61d9..bb2f02695 100644 --- a/aria2/.footprint +++ b/aria2/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/aria2c -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/aria2c.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/aria2c.1.gz diff --git a/aria2/.md5sum b/aria2/.md5sum index 526d80dde..aa3ef848f 100644 --- a/aria2/.md5sum +++ b/aria2/.md5sum @@ -1 +1 @@ -806d4518502d648347b1cbb3b31f1ed9 aria2-1.18.5.tar.xz +9f907e58c624a0f8b7a737376e82cb7c aria2-1.23.0.tar.xz diff --git a/aria2/Pkgfile b/aria2/Pkgfile index b46752569..d8921f745 100644 --- a/aria2/Pkgfile +++ b/aria2/Pkgfile @@ -1,25 +1,23 @@ -# Description: High speed download utility with resuming and segmented features. +# Description: Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink. # URL: http://aria2.sourceforge.net/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Younes Hafri ycrux at club dash internet dot fr # Depends on: c-ares gnutls libgmp libxml2 name=aria2 -version=1.18.5 -release=2 -source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.xz) +version=1.23.0 +release=1 +source=(https://github.com/aria2/aria2/releases/download/release-$version/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ - --mandir=$PKG/usr/man \ --disable-nls make make prefix=$PKG/usr install - rm -r $PKG/usr/share/doc $PKG/usr/man/{ru,pt} - rmdir $PKG/usr/share + rm -r $PKG/usr/share/doc $PKG/usr/share/man/{ru,pt} }