summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6871004c1d1c..4c68adec80ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _reponame="Git-Credential-Manager-for-Mac-and-Linux"
pkgname="${_pkgname}-bin"
pkgver="2.0.4"
_tagname="${_pkgname}-${pkgver}"
-pkgrel=3
+pkgrel=4
pkgdesc="Git Credential Manager for Mac and Linux stores credentials for Git version control securely. Provides secure logon for Visual Studio Team Services (visualstudio.com)."
arch=("x86_64")
url="https://github.com/microsoft/${_reponame}"
license=("MIT")
provides=("$_pkgname")
conflicts=("$_pkgname" "${_pkgname}-bin")
-depends=('java-environment>=6' 'git>=1.9')
+depends=('java-environment>=6' 'git>=1.9' 'libgnome-keyring')
source=(
"${url}/releases/download/${_pkgname}-${pkgver}/${_pkgname}-${pkgver}.jar"
"https://raw.githubusercontent.com/microsoft/${_reponame}/${_tagname}/templates/${_pkgname}"