Date: Thursday, January 26, 2023 @ 09:18:23 Author: alerque Revision: 1388325
upgpkg: github-cli 2.22.0-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-26 08:52:20 UTC (rev 1388324) +++ PKGBUILD 2023-01-26 09:18:23 UTC (rev 1388325) @@ -4,7 +4,7 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=2.21.2 +pkgver=2.22.0 pkgrel=1 pkgdesc="The GitHub CLI" arch=("x86_64") @@ -15,12 +15,15 @@ checkdepends=("openssh") optdepends=("git: To interact with repositories") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('225cdeeaf7cacd837abd58ec1b29a5351de02509d82a70921842214ebf2389be') +sha256sums=('fc9aacccd6a07da6fb2cfa57e2a08d72bdc3a3476f6abec6250cda1e59ae6e16') prepare() { cd "cli-${pkgver}" # TODO: These tests invoke the TTY and our container *really* does not like that rm pkg/cmd/auth/login/login_test.go + # Drop tests that invoking 3rd party server processes + rm pkg/cmd/search/shared/shared_test.go \ + internal/codespaces/rpc/invoker_test.go } build() {
