makedeb
An open-source command line interface for Gitlab
Click here to go back to the commit logs for glab-git.
Hash: 7cffee691d96c0d9d36b5b7ef449f144fa1bb3f0
Message: Update needed golang version
diff --git a/.SRCINFO b/.SRCINFO
index ea6e1f2..6321055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = glab-git
license = GPL
makedepends = git
makedepends = make
- depends = golang>=1.1.4
+ depends = golang>=1.14
provides = glab
replaces = glab
source = git+https://github.com/profclems/glab.git
diff --git a/PKGBUILD b/PKGBUILD
index 239ea80..01a6e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc='An open-source command line interface for Gitlab'
arch=('i686' 'x86_64' 'arm' 'aarch64')
url='<https://github.com/profclems/glab'
license=('GPL')
-depends=('golang>=1.1.4')
+depends=('golang>=1.14')
makedepends=('git' 'make')
provides=('glab')
replaces=('glab')