Date: Tuesday, August 2, 2022 @ 21:02:04 Author: foxboron Revision: 1259907
upgpkg: github-cli 2.14.3-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-02 20:59:07 UTC (rev 1259906) +++ PKGBUILD 2022-08-02 21:02:04 UTC (rev 1259907) @@ -4,7 +4,7 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=2.13.0 +pkgver=2.14.3 pkgrel=1 pkgdesc="The GitHub CLI" arch=("x86_64") @@ -12,9 +12,10 @@ license=("MIT") depends=("glibc" "mailcap") makedepends=("go" "git") +checkdepends=("openssh") optdepends=("git: To interact with repositories") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('f8bc46bda990bc9947a26f5505533b86903c96f95047b2dacf7c9534e5b86760') +sha256sums=('b674f04ff9954564ba74488fc22817f5548bcddb5d9d582720d2421604988270') prepare() { cd "cli-${pkgver}"
