summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-10-30 00:16:38 +0800
committerChocobo12022-10-30 00:24:01 +0800
commite374bf51ec03f3ef62f1d458c253d5459bb82e1b (patch)
tree7c92dbf01f38b392c448df29a022a20a7fb67c07
parenta0b630fc36241954823fc45a2dcdefbd57e8f302 (diff)
downloadaur-e374bf51ec03f3ef62f1d458c253d5459bb82e1b.tar.gz
upgpkg: github-cli-git 2.18.1.r33.g9ea76237-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60f851553220..2efb73304696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = github-cli-git
pkgdesc = The GitHub CLI tool
- pkgver = 1.0.0.r115.g72eeae9d
- pkgrel = 2
+ pkgver = 2.18.1.r33.g9ea76237
+ pkgrel = 1
url = https://github.com/cli/cli
arch = i686
arch = x86_64
license = MIT
+ checkdepends = openssh
makedepends = git
makedepends = go
depends = glibc
optdepends = git: To interact with repositories
- provides = github-cli
+ provides = github-cli=2.18.1.r33.g9ea76237
conflicts = github-cli
source = git+https://github.com/cli/cli.git
sha256sums = SKIP
pkgname = github-cli-git
-
diff --git a/PKGBUILD b/PKGBUILD
index cb5267ecaa03..9111d3f6b8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=github-cli-git
-pkgver=1.0.0.r115.g72eeae9d
-pkgrel=2
+pkgver=2.18.1.r33.g9ea76237
+pkgrel=1
pkgdesc="The GitHub CLI tool"
arch=('i686' 'x86_64')
url="https://github.com/cli/cli"
license=('MIT')
depends=('glibc')
makedepends=('git' 'go')
+checkdepends=("openssh")
optdepends=("git: To interact with repositories")
-provides=('github-cli')
+provides=("github-cli=$pkgver")
conflicts=('github-cli')
source=("git+https://github.com/cli/cli.git")
sha256sums=('SKIP')