--- a/PKGBUILD 2022-09-19 12:19:11.687836605 -0400 +++ b/PKGBUILD 2022-09-19 12:15:44.820352111 -0400 @@ -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"