wok diff aria2/receipt @ rev 25198
updated python-jedi (0.16.0 -> 0.17.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 13:40:45 2022 +0100 (2022-07-13) |
parents | 5ea0ce1cecc0 |
children | 343c093ad221 |
line diff
1.1 --- a/aria2/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/aria2/receipt Wed Jul 13 13:40:45 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aria2" 1.7 -VERSION="1.35.0" 1.8 +VERSION="1.36.0" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="A download utility with resuming and segmented downloading with HTTP, HTTPS and FTP support." 1.11 MAINTAINER="devl547@gmail.com" 1.12 @@ -40,6 +40,5 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr 1.17 - cp -a $install/usr/bin $fs/usr 1.18 + cook_copy_folders bin 1.19 }