wok diff pass/receipt @ rev 25214
updated python-pastedeploy (2.1.0 -> 2.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:21:10 2022 +0100 (2022-07-13) |
parents | e1e1678c5265 |
children |
line diff
1.1 --- a/pass/receipt Mon May 02 11:23:24 2022 +0000 1.2 +++ b/pass/receipt Wed Jul 13 15:21:10 2022 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pass" 1.7 -VERSION="1.7.3" 1.8 +VERSION="1.7.4" 1.9 CATEGORY="security" 1.10 SHORT_DESC="The standard unix password manager." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://www.passwordstore.org/" 1.14 +REPOLOGY="password-store" 1.15 1.16 SOURCE="password-store" 1.17 TARBALL="$SOURCE-$VERSION.tar.xz" 1.18 WGET_URL="https://git.zx2c4.com/$SOURCE/snapshot/$TARBALL" 1.19 1.20 -SUGGESTED="git gnupg" 1.21 +SUGGESTED="git gnupg tree" 1.22 DEPENDS="bash" 1.23 1.24 # What is the latest version available today? 1.25 @@ -31,6 +32,5 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - mkdir -p $fs/usr 1.30 - cp -a $install/usr/bin $fs/usr 1.31 + cook_copy_folders bin 1.32 }