summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Mahapatra2020-04-26 09:55:33 +0530
committerArun Mahapatra2020-04-26 09:55:33 +0530
commitad2be60891f3943df593f5285ed5621f95fabdbd (patch)
tree1e58cd71b0999f1ad8002d24d0e35a0ac38ca19b
parent87fd957bbf50a9061dddd9f8afc4fb3aeaa77d62 (diff)
downloadaur-ad2be60891f3943df593f5285ed5621f95fabdbd.tar.gz
feat: update to 2.1.0
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54368e592059..2c86ff3e2bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arun Mahapatra <arun@codito.in>
pkgname=python-tabula
-pkgver=1.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc='Simple wrapper for tabula, read tables from PDF into DataFrame'
url="https://github.com/chezou/tabula-py"
@@ -11,8 +11,9 @@ provides=('python-tabula')
makedepends=('python-setuptools')
depends=('java-runtime' 'python' 'python-pandas' 'python-requests' 'python-numpy')
sourcename="tabula-py"
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('24db1a2df9c247a4fd1523849870e0880c0c1d28099799fedb8d3a520b08dd397282147d4de7ce353ce82d884271c61b4bcfe01dae95b9ed38b804ec3f6be063')
+_name="tabula-py"
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/${_name}-$pkgver.tar.gz")
+sha512sums=('91d1005d4873322a4da24191aafc20f8498d8c548696169a6a8f18392a2ff9f6049e26f1406a5d553c47c20de94ac310819a9019ec7b8d53a11401ebb6642602')
prepare() {
cd "${srcdir}/${sourcename}-${pkgver}"