From f6b160881e2f8d11a6162963ab944e0a1dbfcf5b Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Sat, 22 May 2021 12:43:37 -0500 Subject: [PATCH] password-store: adopted --- password-store/.signature | 4 ++-- password-store/Pkgfile | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/password-store/.signature b/password-store/.signature index 60a787265..f8f91d8ba 100644 --- a/password-store/.signature +++ b/password-store/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30KA09CiAnI4w3ApP31uBT24BTIsPLpixjvdBEtGDu3RI67LX2xuGxvjbcEmp/ZUH7ApxWtYOnJHcGu4BSytEgs= -SHA256 (Pkgfile) = e74df4af711fafdf1b188716dca8fd94bc14581c291e029977ba7f1fed86ab2d +RWSagIOpLGJF3zl2CibVHR1dXuBZQUQM5sAEoC4X24i1/C/vJHb6PZxJF2UNM0tL5hyZCUN8jLOKE/z7QfHQ/F3IGfTBB25AngE= +SHA256 (Pkgfile) = 1a4c29f75348d056630230d26b53d16192b4cce0206f05dee173216c58d783d8 SHA256 (.footprint) = 36c556857a5439b234552b25b178a828a35a668c38ca308bc0f2022e3ba57a98 SHA256 (password-store-1.7.3.tar.xz) = 2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4 diff --git a/password-store/Pkgfile b/password-store/Pkgfile index 8208b469f..08080e4d1 100644 --- a/password-store/Pkgfile +++ b/password-store/Pkgfile @@ -1,8 +1,8 @@ -# Description: Simple password manager using gpg and ordinary unix directories. -# URL: https://www.passwordstore.org/ -# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se -# Depends on: gnupg, git, pwgen, tree -# Nice to have: xclip, xsel +# Description: Simple password manager using gpg and ordinary unix directories +# URL: https://www.passwordstore.org/ +# Maintainer: Matt Housh, jaeger at crux dot ninja +# Depends on: gnupg git pwgen tree +# Nice to have: xclip xsel name=password-store version=1.7.3 @@ -10,6 +10,6 @@ release=1 source=(https://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz) build() { - cd $name-$version - FORCE_BASHCOMP=1 make DESTDIR=$PKG BASHCOMP_PATH=$PKG/etc/bash_completion.d install + cd $name-$version + FORCE_BASHCOMP=1 make DESTDIR=$PKG BASHCOMP_PATH=$PKG/etc/bash_completion.d install }