summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-08-31 06:22:13 +1200
committercaltlgin2020-08-31 06:22:13 +1200
commit2ad1e5c3412cfa18ed7a6a97e94fadfe002f6532 (patch)
tree89580f68289b5171cabb9a952253710571829045 /PKGBUILD
parent426f6c3decf304153faaba963faacba4e7a034d2 (diff)
downloadaur-2ad1e5c3412cfa18ed7a6a97e94fadfe002f6532.tar.gz
Update to v0.58.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}"