summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuyuki Ishi2020-01-26 20:47:27 +0900
committerTatsuyuki Ishi2020-01-26 20:47:27 +0900
commitb7e76d8083f5bea9f87d63a60bacb360e0e8eee1 (patch)
tree5fc122015553110d2c432cae651e82f591be2ba5
parentd41d4d5490a2c6230f837b445e7a2d81bf6b242c (diff)
downloadaur-b7e76d8083f5bea9f87d63a60bacb360e0e8eee1.tar.gz
20200124
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39f57c220796..69029b8285dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pdfminer.six
pkgdesc = PDF parser and analyzer for Python
- pkgver = 20200104
+ pkgver = 20200124
pkgrel = 1
url = https://github.com/pdfminer/pdfminer.six
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-pdfminer.six
depends = python-chardet
depends = python-pycryptodome
depends = python-sortedcontainers
- source = https://files.pythonhosted.org/packages/source/p/pdfminer.six/pdfminer.six-20200104.tar.gz
- sha384sums = c1f273993d3bfca8c51fbe052c43959cd5212db68815f18bb1171d358df4c8de8cbc3df447c4cf62c650e7c90035de95
+ source = https://files.pythonhosted.org/packages/source/p/pdfminer.six/pdfminer.six-20200124.tar.gz
+ sha384sums = f2853ad3bcdbc1575a535d135f01fd65f2cbfa22d5026cc779e4cb635f5f78ceccf32a832f22299ed0e5519a72d3986d
pkgname = python-pdfminer.six
diff --git a/PKGBUILD b/PKGBUILD
index f4032f659db4..4d1d0b169198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_name=pdfminer.six
pkgname="python-$_name"
-pkgver=20200104
+pkgver=20200124
pkgrel=1
pkgdesc="PDF parser and analyzer for Python"
depends=('python-six' 'python-chardet' 'python-pycryptodome' 'python-sortedcontainers')
@@ -16,7 +16,7 @@ arch=('any')
url="https://github.com/pdfminer/pdfminer.six"
license=('MIT')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha384sums=('c1f273993d3bfca8c51fbe052c43959cd5212db68815f18bb1171d358df4c8de8cbc3df447c4cf62c650e7c90035de95')
+sha384sums=('f2853ad3bcdbc1575a535d135f01fd65f2cbfa22d5026cc779e4cb635f5f78ceccf32a832f22299ed0e5519a72d3986d')
package() {
cd "$srcdir/$_name-$pkgver"