Date: Saturday, January 13, 2018 @ 13:31:32
  Author: foxboron
Revision: 281812

upgpkg: gopass 1.6.9-1

Updated gopass

Modified:
  gopass/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-01-13 13:06:17 UTC (rev 281811)
+++ PKGBUILD    2018-01-13 13:31:32 UTC (rev 281812)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud <foxbo...@archlinux.org>
 pkgname=gopass
-pkgver=1.6.7
-pkgrel=2
+pkgver=1.6.9
+pkgrel=1
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/justwatchcom/gopass";
@@ -12,7 +12,7 @@
            'xsel: clipboard support'
            'xclip: clipboard support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz";)
-sha256sums=('7c8811cb9263b3b53e7b48ee9d7683edaaa0102ef4b9c801e60a527fe7d5924e')
+sha256sums=('d11f0bdca9ff5a546a066a06a2c1399e7a9591326423e87123981fcaf9ff2cc5')
 
 prepare(){
   export GOPATH="${srcdir}"
@@ -33,7 +33,7 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" PREFIX="/usr" install
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 zsh.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 bash.completion 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+  #install -Dm644 zsh.completion 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  #install -Dm644 bash.completion 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  #install -Dm644 fish.completion 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
 }

Reply via email to