# HG changeset patch # User Hans-G?nter Theisgen # Date 1643270440 -3600 # Node ID 982381c7087dd05810a82d071cf6550241f27fd5 # Parent 964bcabe7e8cb8c962c4dd20c8b08a08c0f2776f updated aria2 (1.35.0 -> 1.36.0) diff -r 964bcabe7e8c -r 982381c7087d aria2/description.txt --- a/aria2/description.txt Wed Jan 26 10:29:43 2022 +0100 +++ b/aria2/description.txt Thu Jan 27 09:00:40 2022 +0100 @@ -1,3 +1,4 @@ -aria2 is a lightweight multi-protocol & multi-source command-line download -utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 -can be manipulated via built-in JSON-RPC and XML-RPC interfaces. +Aria2 is a lightweight multi-protocol and multi-source command-line download +utility. +It supports HTTP, HTTPS, FTP, SFTP, BitTorrent and Metalink. +Aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces. diff -r 964bcabe7e8c -r 982381c7087d aria2/receipt --- a/aria2/receipt Wed Jan 26 10:29:43 2022 +0100 +++ b/aria2/receipt Thu Jan 27 09:00:40 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="aria2" -VERSION="1.35.0" +VERSION="1.36.0" CATEGORY="utilities" SHORT_DESC="A download utility with resuming and segmented downloading with HTTP, HTTPS and FTP support." MAINTAINER="devl547@gmail.com" @@ -40,6 +40,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }