Date: Tuesday, September 20, 2022 @ 14:11:41
  Author: alex19ep
Revision: 1305779

change upstream url to fix FS#75944

Modified:
  glab/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-20 14:05:50 UTC (rev 1305778)
+++ PKGBUILD    2022-09-20 14:11:41 UTC (rev 1305779)
@@ -5,17 +5,17 @@
 pkgname=glab
 pkgver=1.22.0
 pkgrel=3
-pkgdesc='Cli tool to help work seamlessly with Gitlab from the command line'
+pkgdesc='Cli tool to help work seamlessly with GitLab from the command line'
 arch=(x86_64)
-url="https://github.com/profclems/$pkgname";
+url="https://gitlab.com/gitlab-org/cli";
 license=(MIT)
 depends=(glibc)
 makedepends=(go)
 replaces=(gitlab-glab)
 options=(!lto)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('4b700d46cf9ee8fe6268e7654326053f4366aa3e072b5c3f3d243930a6e89edc')
+_archive="cli-v$pkgver"
+source=("$url/-/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('4d9bceb6818c8bf9f681119dae3a65f1c895fa21e9da6b38e8f88d245f524e10')
 
 build() {
        cd "$_archive"

Reply via email to