summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-10-17 02:04:33 -0500
committerLuis Martinez2021-10-17 02:04:33 -0500
commit2615fe5607e4c008c0b41a4bb4501a8d1989b66e (patch)
treec25e2c44c147389d3a082bbcec15ed29908ffee5
parentaae0f63f7ba787f54557e92269af1fef38a3d90f (diff)
downloadaur-2615fe5607e4c008c0b41a4bb4501a8d1989b66e.tar.gz
update to 0.64.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f313b550129..95a4db7e4e60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytablewriter
pkgdesc = Python library to write a table in various formats
- pkgver = 0.64.0
+ pkgver = 0.64.1
pkgrel = 1
url = https://github.com/thombashi/pytablewriter
arch = any
@@ -22,7 +22,7 @@ pkgbase = python-pytablewriter
depends = python-tcolorpy<1
depends = python-typepy>=1.2.0
depends = python-typepy<2
- source = python-pytablewriter::git+https://github.com/thombashi/pytablewriter#tag=v0.64.0?signed
+ source = python-pytablewriter::git+https://github.com/thombashi/pytablewriter#tag=v0.64.1?signed
validpgpkeys = BCF9203E5E80B5607EAE6FDD98CDA9A5F0BFC367
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 75c4aa01455f..18244180b1ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: xantares
pkgname=python-pytablewriter
-pkgver=0.64.0
+pkgver=0.64.1
pkgrel=1
pkgdesc='Python library to write a table in various formats'
arch=('any')