summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-06-14 20:31:17 +0200
committerNarrat2023-06-14 20:31:17 +0200
commit00d151a7b47cc2010801745a9202def51b3d10f9 (patch)
tree0c668cb72bd8d59982d675c62ceb9b5abe9a8781 /PKGBUILD
parentd440e17a47e53090555ac852fa0586de2a1b01ae (diff)
downloadaur-00d151a7b47cc2010801745a9202def51b3d10f9.tar.gz
tablib: update to 3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d901fed91ff0..b5052901df8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="Format-agnostic tabular data library (XLS, JSON, YAML, CSV)"
arch=("any")
@@ -23,7 +23,7 @@ optdepends=("python-tabulate: cli interface"
"python-openpyxl: for XLSX support"
"python-pyaml: for YAML support")
source=(https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz)
-sha256sums=('77ea97faf6f92a7e198c05bd0c690f3cba57b83ea45a636b72f967cb6fe6f160')
+sha256sums=('f6661dfc45e1d4f51fa8a6239f9c8349380859a5bfaa73280645f046d6c96e33')
build() {