summaryrefslogtreecommitdiff
path: root/password-store/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'password-store/Pkgfile')
-rw-r--r--password-store/Pkgfile14
1 files changed, 7 insertions, 7 deletions
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
}

Generated by cgit