summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-08-31 06:22:13 +1200
committercaltlgin2020-08-31 06:22:13 +1200
commit2ad1e5c3412cfa18ed7a6a97e94fadfe002f6532 (patch)
tree89580f68289b5171cabb9a952253710571829045
parent426f6c3decf304153faaba963faacba4e7a034d2 (diff)
downloadaur-2ad1e5c3412cfa18ed7a6a97e94fadfe002f6532.tar.gz
Update to v0.58.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3603dc5d136..748112f74ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytablewriter
pkgdesc = Python library to write a table in various formats
- pkgver = 0.57.0
+ pkgver = 0.58.0
pkgrel = 1
url = https://github.com/thombashi/pytablewriter
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-pytablewriter
depends = python-tcolorpy
depends = python-typepy
provides = pytablewriter
- source = https://files.pythonhosted.org/packages/source/p/pytablewriter/pytablewriter-0.57.0.tar.gz
- sha256sums = 6c5896fe71a06bdbb65a4dbf2888a84e2e2294a226b514e22610430cc1af5361
+ source = https://files.pythonhosted.org/packages/source/p/pytablewriter/pytablewriter-0.58.0.tar.gz
+ sha256sums = d232491e32fc84f28a6217fcd225d2ed82ae59d576d39724c98fdb7c7147b9ec
pkgname = python-pytablewriter
diff --git a/PKGBUILD b/PKGBUILD
index 84077c2434ec..1b722be691a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Contributor: xantares
-_pkgname=pytablewriter
-pkgname=python-${_pkgname}
-pkgver=0.57.0
+_pkgname='pytablewriter'
+pkgname="python-${_pkgname}"
+pkgver=0.58.0
pkgrel=1
pkgdesc='Python library to write a table in various formats'
arch=('any')
@@ -20,7 +20,7 @@ depends=('python'
makedepends=('python-setuptools')
provides=("${_pkgname}")
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('6c5896fe71a06bdbb65a4dbf2888a84e2e2294a226b514e22610430cc1af5361')
+sha256sums=('d232491e32fc84f28a6217fcd225d2ed82ae59d576d39724c98fdb7c7147b9ec')
build() {
cd "${_pkgname}-${pkgver}"