Date: Sunday, January 15, 2023 @ 21:53:46
Author: seblu
Revision: 1383642
upgpkg: scaleway-cli 2.9.0-1
Modified:
scaleway-cli/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-15 18:44:59 UTC (rev 1383641)
+++ PKGBUILD 2023-01-15 21:53:46 UTC (rev 1383642)
@@ -3,7 +3,7 @@
# Contributor: Mikkel Oscar Lyderik <mikkeloscar at gmail dot com>
pkgname=scaleway-cli
-pkgver=2.7.0
+pkgver=2.9.0
pkgrel=1
pkgdesc='Command line interface for Scaleway Cloud'
arch=('x86_64')
@@ -10,6 +10,7 @@
url='https://www.scaleway.com/en/cli/'
license=('Apache')
depends=('glibc')
+options=(!debug)
makedepends=('go' 'git')
source=("git+https://github.com/scaleway/scaleway-cli.git#tag=v$pkgver"
'0001-Disable-online-version-check.patch')