summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorschalox2014-04-20 03:22:09 +0300
committerschalox2014-04-20 03:22:09 +0300
commit9428bd093d5e160c4a6649980fd9d33039cad6f8 (patch)
tree12caeb2ff80e46600338a296bb4645af84e40f45
parentbfae7ee0737ed14163ab986facfb3a2cb234527f (diff)
downloadaur-9428bd093d5e160c4a6649980fd9d33039cad6f8.tar.gz
20140419.220-1
- typo in uninstall fixed upstream -> no need to patch that
-rw-r--r--.SRCINFO4
-rw-r--r--Makefile.patch4
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c5ed9597ef0..b8961033b41c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pass-git
pkgdesc = Stores, retrieves, generates, and synchronizes passwords securely
- pkgver = 20140418.217
+ pkgver = 20140419.220
pkgrel = 1
url = http://zx2c4.com/projects/password-store/
arch = any
@@ -17,7 +17,7 @@ pkgbase = pass-git
source = pass-git::git://git.zx2c4.com/password-store
source = Makefile.patch
sha256sums = SKIP
- sha256sums = ff8496f7f73c08c47c7099363329b771663c1874863d69377f81900f2c23c5d7
+ sha256sums = e29a3a32ee051a7c164e100c433b25a6e7532388d4060bf70e57f73d92676bb9
pkgname = pass-git
diff --git a/Makefile.patch b/Makefile.patch
index 79f19e322742..3fcef8346b06 100644
--- a/Makefile.patch
+++ b/Makefile.patch
@@ -25,5 +25,5 @@ index bee69e1..f414f75 100644
endif
uninstall:
-- @rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/password-store" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
-+ @rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/pass" "$(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass" "$(DESTDIR)$(PREFIX)/share/fish/completions/pass.fish" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
+- @rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/pass" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
++ @rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/pass" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh" "$(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass" "$(DESTDIR)$(PREFIX)/share/fish/completions/pass.fish"
diff --git a/PKGBUILD b/PKGBUILD
index bc417dc5e54d..9baaa2082a2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Zimmermann <simon@insmo.com>
pkgname=pass-git
-pkgver=20140418.217
+pkgver=20140419.220
pkgrel=1
pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
url='http://zx2c4.com/projects/password-store/'
@@ -15,7 +15,7 @@ conflicts=('pass')
source=("$pkgname::git://git.zx2c4.com/password-store"
'Makefile.patch')
sha256sums=('SKIP'
- 'ff8496f7f73c08c47c7099363329b771663c1874863d69377f81900f2c23c5d7')
+ 'e29a3a32ee051a7c164e100c433b25a6e7532388d4060bf70e57f73d92676bb9')
pkgver() {
cd "$pkgname"