summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorLuis Martinez2021-11-26 00:38:18 -0600
committerLuis Martinez2021-11-26 00:38:18 -0600
commitc8224effd133f26273b450cf3383e3c9d486f1ea (patch)
tree3b40ad4004efda7b811c753c886ea70b5fc72adf /.SRCINFO
parent6de11d8db96275147f0592002ba7b76056e2d690 (diff)
downloadaur-c8224effd133f26273b450cf3383e3c9d486f1ea.tar.gz
package cleanup
* added python-setuptools to makedepends * small fixes
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efb36680ef53..d152ae4fc6ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python-veryprettytable
- pkgdesc = A simple Python library for easily displaying tabular data in a visually appealing ASCII table format
+ pkgdesc = Python library for displaying tabular data
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/smeggingsmegger/VeryPrettyTable
+ changelog = CHANGELOG
arch = any
license = BSD
- makedepends = python3
- depends = python
- source = https://pypi.python.org/packages/50/43/d2695870d2b175be4c8a8f2f150626c6aec11469eeb6af284347b4bcf8ad/veryprettytable-0.8.1.tar.gz
- md5sums = 9c166015f2429ea622cfd408ffc1c651
+ makedepends = python-setuptools
+ depends = python-colorama
+ depends = python-termcolor
+ source = python-veryprettytable-0.8.1.tar.gz::https://files.pythonhosted.org/packages/source/v/veryprettytable/veryprettytable-0.8.1.tar.gz
+ sha256sums = 6e4ca6fc88acae5de13f37ff7d8b130b03c9fadb4947d12b8b0c9b8ebe8b39cc
pkgname = python-veryprettytable
-