summaryrefslogtreecommitdiff
path: root/password-store
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-02-17 22:02:15 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2015-02-17 22:02:22 +0100
commit91f906b436bfffd8cd6049373a71ea80b6b65413 (patch)
treea09d5db9443cb54dc6f831098e9878525a7dd7a8 /password-store
parent8c1d9cef3506be3511dda7813cf454207032fc70 (diff)
downloadcontrib-91f906b436bfffd8cd6049373a71ea80b6b65413.tar.gz
contrib-91f906b436bfffd8cd6049373a71ea80b6b65413.tar.xz
password-store: updated to 1.6.5
Diffstat (limited to 'password-store')
-rw-r--r--password-store/.footprint3
-rw-r--r--password-store/.md5sum2
-rw-r--r--password-store/Pkgfile6
3 files changed, 5 insertions, 6 deletions
diff --git a/password-store/.footprint b/password-store/.footprint
index 8b7e538c0..fb11b5e3b 100644
--- a/password-store/.footprint
+++ b/password-store/.footprint
@@ -1,10 +1,9 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/bash_completion.d/
--rw-r--r-- root/root etc/bash_completion.d/password-store
+-rw-r--r-- root/root etc/bash_completion.d/pass
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pass
-drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pass.1.gz
diff --git a/password-store/.md5sum b/password-store/.md5sum
index 4f0d907e7..bbc83d2dc 100644
--- a/password-store/.md5sum
+++ b/password-store/.md5sum
@@ -1 +1 @@
-c6382dbf5be4036021bf1ce61254b04b password-store-1.4.2.tar.xz
+2c4468360c678184051e76f03c2f6b04 password-store-1.6.5.tar.xz
diff --git a/password-store/Pkgfile b/password-store/Pkgfile
index 64b0c5670..997b2d225 100644
--- a/password-store/Pkgfile
+++ b/password-store/Pkgfile
@@ -4,12 +4,12 @@
# Depends on: gnupg, git, pwgen, xclip, xsel, tree
name=password-store
-version=1.4.2
-release=2
+version=1.6.5
+release=1
source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)
build() {
cd $name-$version
sed -i 's.share/..g' Makefile
- make DESTDIR=$PKG install
+ FORCE_BASHCOMP=1 make DESTDIR=$PKG MANDIR=/usr/man BASHCOMP_PATH=$PKG/etc/bash_completion.d install
}

Generated by cgit