summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Bender2021-03-05 19:09:10 +0100
committerErik Bender2021-03-05 19:09:10 +0100
commitd07bb27e3196ae667a4f9f35dda17d1428c05ea8 (patch)
treea68ce13041b164c2f9908fd9ea037b0f1dad438b
parenta1addc7c01a45f0d8330fc4694a47ee385423062 (diff)
downloadaur-d07bb27e3196ae667a4f9f35dda17d1428c05ea8.tar.gz
use go 1.16
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06353a93c608..23cf692f5205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = git-credential-1password-git
arch = x86_64
license = ISC
makedepends = git
- makedepends = go>=1.15
+ makedepends = go>=1.16
makedepends = make
depends = git
depends = 1password-cli
diff --git a/PKGBUILD b/PKGBUILD
index 99a8509e9d47..bd9420bcb0c0 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-dev-git" "$_pkgname-bin" "$_pkgname")