summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2021-01-06 23:23:59 +0100
committerNarrat2021-01-06 23:23:59 +0100
commitddb1d5121cc220a347d647a43ee529f990beb230 (patch)
tree30e4117cb4869817de2195413572b357c057457f /PKGBUILD
parentbe5ca33071fc1f52218427a800d87ddd3814c4bf (diff)
downloadaur-ddb1d5121cc220a347d647a43ee529f990beb230.tar.gz
tablib: update to 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 464e9bf8804d..3b84dbdb409b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_module="tablib"
pkgname="python-${_module}"
-pkgver=2.0.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="Format-agnostic tabular data library (XLS, JSON, YAML, CSV)"
arch=("any")
url="http://python-tablib.org"
@@ -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=('8cc2fa10bc37219ac5e76850eb7fbd50de313c7a1a7895c44af2a8dd206b7be7')
+sha256sums=('f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d')
build() {