diff options
author | Alexander Epaneshnikov | 2023-04-26 13:11:58 +0300 |
---|---|---|
committer | Alexander Epaneshnikov | 2023-04-26 13:11:58 +0300 |
commit | c121b4357b04e5ad7b5feb290e95ce2a7d18afc4 (patch) | |
tree | b052e2ef2d8c75f6395793ea702e3099c19fdcbc | |
parent | c22953e33b448e644de7cc76150227a8dac4232f (diff) | |
download | aur-c121b4357b04e5ad7b5feb290e95ce2a7d18afc4.tar.gz |
upgpkg: linode-cli-git 5.34.1.r52.ge1ba992-1
switch from python-terminaltables to python-rich
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = linode-cli-git pkgdesc = The Linode Command Line Interface (development version) - pkgver = 5.31.0.r4.g6d73d04 + pkgver = 5.34.1.r52.ge1ba992 pkgrel = 1 url = https://github.com/linode/linode-cli arch = any @@ -9,7 +9,7 @@ pkgbase = linode-cli-git makedepends = python-build makedepends = python-installer makedepends = python-wheel - depends = python-terminaltables + depends = python-rich depends = python-requests depends = python-yaml depends = python-setuptools @@ -1,13 +1,13 @@ # Maintainer: Alexander Epaneshnikov <alex19ep@archlinux.org> pkgname=linode-cli-git -pkgver=5.31.0.r4.g6d73d04 +pkgver=5.34.1.r52.ge1ba992 pkgrel=1 pkgdesc="The Linode Command Line Interface (development version)" arch=('any') url="https://github.com/linode/linode-cli" license=('BSD') -depends=('python-terminaltables' 'python-requests' 'python-yaml' 'python-setuptools') +depends=('python-rich' 'python-requests' 'python-yaml' 'python-setuptools') makedepends=('git' 'python-build' 'python-installer' 'python-wheel') optdepends=('python-boto: for obj plugin') provides=(${pkgname%-git}) |