summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-08-11 15:09:56 +0300
committerCaleb Maclennan2021-08-11 15:09:56 +0300
commit9cd6047becb1fa127f46048ece9a15a644a78039 (patch)
tree611be4748f4aab6651a762b4b32196423fad22d5
parentdc6a3a51cfb78d166dc89ed2efe867d51b2ae4ea (diff)
downloadaur-9cd6047becb1fa127f46048ece9a15a644a78039.tar.gz
upgpkg: gitlab-glab 1.20.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8058fe27815f..9e0618352fc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gitlab-glab
- pkgdesc = Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.
- pkgver = 1.19.0
+ pkgdesc = Gitlab Cli tool to help work seamlessly with Gitlab from the command line
+ pkgver = 1.20.0
pkgrel = 1
url = https://github.com/profclems/glab
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = gitlab-glab-1.19.0.tar.gz::https://github.com/profclems/glab/archive/v1.19.0.tar.gz
- sha256sums = 693fa7d81e50a1a029eec94b0d1a779f2627d17a4a73d4d40d833242a3ff7b1b
+ source = gitlab-glab-1.20.0.tar.gz::https://github.com/profclems/glab/archive/v1.20.0.tar.gz
+ sha256sums = c0b5644f53e5d66b77843c4e1f5746fed12f31079fc95679ac78d05609a87e65
pkgname = gitlab-glab
diff --git a/PKGBUILD b/PKGBUILD
index b152b466f421..8817c20a78f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: w0rty <mawo97 at gmail.com>
+# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.19.0
+pkgver=1.20.0
pkgrel=1
-pkgdesc='Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.'
+pkgdesc='Gitlab Cli tool to help work seamlessly with Gitlab from the command line'
arch=('x86_64')
url="https://github.com/profclems/glab"
license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('693fa7d81e50a1a029eec94b0d1a779f2627d17a4a73d4d40d833242a3ff7b1b')
+sha256sums=('c0b5644f53e5d66b77843c4e1f5746fed12f31079fc95679ac78d05609a87e65')
prepare(){
cd "${_realpkgname}-${pkgver}"