[arch-commits] Commit in aliyun-cli/trunk (PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Tue Jul 20 18:25:21 UTC 2021


    Date: Tuesday, July 20, 2021 @ 18:25:20
  Author: anthraxx
Revision: 980435

upgpkg: aliyun-cli 3.0.81-1

Modified:
  aliyun-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-20 18:24:51 UTC (rev 980434)
+++ PKGBUILD	2021-07-20 18:25:20 UTC (rev 980435)
@@ -2,14 +2,14 @@
 # Contributor: Andreas 'Segaja' Schleifer <archlinux at segaja dot de>
 
 pkgname=aliyun-cli
-_gitcommit=c6e361d1fc04bfbdff7ad1f72e79415105d59629
-pkgver=3.0.79
+_gitcommit=5f1669f9b0671763151b753a23d9fbe736802384
+pkgver=3.0.81
 pkgrel=1
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')
 url='https://github.com/aliyun/aliyun-cli'
 license=('APACHE')
-depends=('glibc' 'jq')
+depends=('glibc')
 makedepends=('git' 'go' 'go-bindata')
 source=("git+${url}#commit=${_gitcommit}"
         git+https://github.com/aliyun/aliyun-openapi-meta)
@@ -58,7 +58,7 @@
 
   # for now can't test the `./oss/...` folder, because it needs an env file that is not so easy to have in dev
   go test \
-    ./cli/... ./command/... ./config/... ./i18n/... ./main/... ./openapi/... ./resource/...
+    ./cli/... ./config/... ./i18n/... ./main/... ./openapi/... ./resource/...
 }
 
 package() {




More information about the arch-commits mailing list