makedeb


glab-git 1.22.0.37.gf405b97-1


An open-source command line interface for Gitlab

Click here to go back to the commit logs for glab-git.

Commit:


Hash: f76a1e62dc727b281a8eafb31ae4c25f4e72d0dc

Message: Update needed golang version

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 6321055..1be0da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = glab-git
 	license = GPL
 	makedepends = git
 	makedepends = make
-	depends = golang>=1.14
+	depends = golang
 	provides = glab
 	replaces = glab
 	source = git+https://github.com/profclems/glab.git
diff --git a/PKGBUILD b/PKGBUILD
index 01a6e15..2221263 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.14')
+depends=('golang')
 makedepends=('git' 'make')
 provides=('glab')
 replaces=('glab')