summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Epaneshnikov2023-04-26 13:11:58 +0300
committerAlexander Epaneshnikov2023-04-26 13:11:58 +0300
commitc121b4357b04e5ad7b5feb290e95ce2a7d18afc4 (patch)
treeb052e2ef2d8c75f6395793ea702e3099c19fdcbc
parentc22953e33b448e644de7cc76150227a8dac4232f (diff)
downloadaur-c121b4357b04e5ad7b5feb290e95ce2a7d18afc4.tar.gz
upgpkg: linode-cli-git 5.34.1.r52.ge1ba992-1
switch from python-terminaltables to python-rich
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 278ab8cdd2a2..7755b294fda4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index cd2fd2852921..dbb734c00f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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})