[arch-commits] Commit in gopass/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sat Dec 16 14:08:28 UTC 2017


    Date: Saturday, December 16, 2017 @ 14:08:28
  Author: foxboron
Revision: 274575

upgpkg: gopass 1.6.5-2

Added git as dependency

Modified:
  gopass/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-16 14:01:40 UTC (rev 274574)
+++ PKGBUILD	2017-12-16 14:08:28 UTC (rev 274575)
@@ -1,12 +1,12 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 pkgname=gopass
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/justwatchcom/gopass"
 license=('MIT')
-depends=('gnupg')
+depends=('gnupg' 'git')
 makedepends=('go-pie')
 optdepends=('xdotool: for typing passwords selected by dmenu'
 	    'xsel: clipboard support'



More information about the arch-commits mailing list