summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-08-17 06:52:03 +1200
committercaltlgin2020-08-17 06:52:03 +1200
commit3273a85fa550ce8cb6b5f4bf7c4c8ff01e23d3a5 (patch)
tree3ed36bb8eeda00cf14faf813b50c70b98e0419fc /PKGBUILD
parent4660fc0039e385d3d1e526f94558be03aba535c4 (diff)
downloadaur-3273a85fa550ce8cb6b5f4bf7c4c8ff01e23d3a5.tar.gz
Update to v0.34.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c67f83e70a0a..ed6e261c38ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,24 @@
_pkgname=pytablewriter
pkgname=python-${_pkgname}
-pkgver=0.55.0
+pkgver=0.56.1
pkgrel=1
pkgdesc='Python library to write a table in various formats'
arch=('any')
url='https://github.com/thombashi/pytablewriter'
license=('MIT')
-depends=('python-dataproperty' 'python-mbstrdecoder' 'python-msgfy' 'python-pathvalidate' 'python-tabledata' 'python-tcolorpy' 'python-typepy')
+depends=('python'
+ 'python-dataproperty'
+ 'python-mbstrdecoder'
+ 'python-msgfy'
+ 'python-pathvalidate'
+ 'python-tabledata'
+ 'python-tcolorpy'
+ 'python-typepy')
makedepends=('python-setuptools')
provides=("${_pkgname}")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('61073974ce5fe1cbd5d9f529e18df44b01ba135da4b379a52865ce7eb5af97c6')
+sha256sums=('f031ad95170df73c7cb6c7011c9347ce429b84812f1e1b7fbb05536f43aebb32')
build() {
cd "${_pkgname}-${pkgver}"