summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-02-18 14:08:27 +0800
committerlilac2021-02-18 14:08:27 +0800
commit16dfc59624d0880ffab8dc5f11b9ca2b9db4b78c (patch)
treeae747f0057be2a5cfbaf64d7977265ec479b3d9c
parent09eb4506b01f2b8fcababc8a105df5db6a5b4ab6 (diff)
downloadaur-16dfc59624d0880ffab8dc5f11b9ca2b9db4b78c.tar.gz
[lilac] updated to 1.9.1-9
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe964936697..2dc27d85892c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,21 @@
pkgbase = iredis
pkgdesc = Terminal client for Redis with auto-completion and syntax highlighting.
pkgver = 1.9.1
- pkgrel = 5
+ pkgrel = 9
url = https://github.com/laixintao/iredis
arch = any
license = BSD-3-Clause
makedepends = python-setuptools
depends = python
+ depends = python-redis
+ depends = python-prompt_toolkit
+ depends = python-pygments
+ depends = python-mistune
+ depends = python-configobj
+ depends = python-click
+ depends = python-pendulum
+ depends = python-importlib_resources
+ depends = python-wcwidth
source = https://files.pythonhosted.org/packages/source/i/iredis/iredis-1.9.1.tar.gz
sha256sums = 9f773711684f5a5bb19721b5ad2ec9987629975071b8ca968b05c9cc1d2af217
diff --git a/PKGBUILD b/PKGBUILD
index 2ab46896558c..943d81b33825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_name=iredis
pkgname=iredis
pkgver=1.9.1
-pkgrel=5
+pkgrel=9
pkgdesc="Terminal client for Redis with auto-completion and syntax highlighting."
arch=(any)
url="https://github.com/laixintao/iredis"
license=('BSD-3-Clause')
-depends=('python')
+depends=('python' 'python-redis' 'python-prompt_toolkit' 'python-pygments' 'python-mistune' 'python-configobj' 'python-click' 'python-pendulum' 'python-importlib_resources' 'python-wcwidth')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/iredis-1.9.1.tar.gz")
sha256sums=('9f773711684f5a5bb19721b5ad2ec9987629975071b8ca968b05c9cc1d2af217')