wok diff pass/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 months ago)
parents e1e1678c5265
children
line diff
     1.1 --- a/pass/receipt	Mon May 02 11:23:24 2022 +0000
     1.2 +++ b/pass/receipt	Thu Sep 01 11:12:31 2022 +0000
     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  }