summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik Bender2021-03-05 19:09:39 +0100
committerErik Bender2021-03-05 19:09:39 +0100
commit9def4ec69dd4ebf829053f60a5021d3f4e439c61 (patch)
tree315db7532c744d6c1fe1210f2d519fae45a9e224 /PKGBUILD
parenta009f85b3702f2e1063f420d3e7b37e9bb3813b1 (diff)
downloadaur-git-credential-1password-dev-git.tar.gz
use go 1.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f3adb460ceb..d5989ce17c9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Git credential.helper using 1Password for storage"
arch=('x86_64')
url="https://$_gourl"
license=('ISC')
-makedepends=('git' 'go>=1.15' 'make')
+makedepends=('git' 'go>=1.16' 'make')
depends=('git' '1password-cli')
provides=('git-credential-1password')
conflicts=("$_pkgname-git" "$_pkgname-bin" "$_pkgname")