summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-12-21 21:31:09 +0100
committerAlphaJack2021-12-21 21:31:09 +0100
commit6ab5625c1a807523b9518ec31560ae20f5b038e2 (patch)
treea4c7d99eb962a49770ea257a817ac733f7a46288
parentc7a914e1b4589c68e5bc19ca4b16ed88ef7672f6 (diff)
downloadaur-6ab5625c1a807523b9518ec31560ae20f5b038e2.tar.gz
Updated python-pdfminer.six to 20211012
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d30f1051496..ef70c8487de7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pdfminer.six
pkgdesc = Community maintained fork of pdfminer
- pkgver = 20201018
- pkgrel = 2
+ pkgver = 20211012
+ pkgrel = 1
url = https://pdfminersix.readthedocs.io/
arch = any
license = MIT
@@ -11,8 +11,7 @@ pkgbase = python-pdfminer.six
depends = python-cryptography
provides = python-pdfminer
conflicts = python-pdfminer
- source = https://files.pythonhosted.org/packages/source/p/pdfminer.six/pdfminer.six-20201018.tar.gz
- sha384sums = 608fd8a810ef2e85add322ba68f167101a700f4a597c1c7deb3e3ad95bad50fd151798872f5290294c808cb128c89304
+ source = https://files.pythonhosted.org/packages/source/p/pdfminer.six/pdfminer.six-20211012.tar.gz
+ sha256sums = 0351f17d362ee2d48b158be52bcde6576d96460efd038a3e89a043fba6d634d7
pkgname = python-pdfminer.six
-
diff --git a/PKGBUILD b/PKGBUILD
index 88f0d0b03bc4..59935b306adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
pkgname="python-pdfminer.six"
_name="${pkgname#python-}"
-pkgver=20201018
-pkgrel=2
+pkgver=20211012
+pkgrel=1
pkgdesc="Community maintained fork of pdfminer"
url="https://pdfminersix.readthedocs.io/"
arch=("any")
@@ -19,7 +19,7 @@ makedepends=("python-setuptools")
provides=("python-pdfminer")
conflicts=("python-pdfminer")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha384sums=("608fd8a810ef2e85add322ba68f167101a700f4a597c1c7deb3e3ad95bad50fd151798872f5290294c808cb128c89304")
+sha256sums=('0351f17d362ee2d48b158be52bcde6576d96460efd038a3e89a043fba6d634d7')
package(){
cd "${_name}-${pkgver}"