summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrasjet2020-08-03 21:29:56 -0700
committerkrasjet2020-08-03 21:29:56 -0700
commit86dae5a6162073ff2cb2f03c6cd247da25477e7e (patch)
tree0dca9f83b07883b4b3c462aee113ba5789626634
parent4551ed38b216c8d888c5101c8e17e1610e03be09 (diff)
downloadaur-86dae5a6162073ff2cb2f03c6cd247da25477e7e.tar.gz
update to 1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2efecb18704..f0f099fc1316 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pdf.tocgen
pkgdesc = Automatically generate table of contents for PDF documents.
- pkgver = 1.1.1
- pkgrel = 3
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://github.com/Krasjet/pdf.tocgen
arch = any
license = GPL3
depends = python-toml
depends = python-pymupdf
- source = https://files.pythonhosted.org/packages/source/p/pdf.tocgen/pdf.tocgen-1.1.1.tar.gz
- sha256sums = aa05d985d6c5950ac5303496ef3b6129289bb89e663c69da353a56192e9757d2
+ source = https://files.pythonhosted.org/packages/source/p/pdf.tocgen/pdf.tocgen-1.1.2.tar.gz
+ sha256sums = 50f47371d99c662a681d106f2308938519c31a40c86f6f12e4a93bda2b98eb94
pkgname = pdf.tocgen
diff --git a/PKGBUILD b/PKGBUILD
index db2f4caf223c..84216df4853d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: krasjet
pkgname=pdf.tocgen
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.2
+pkgrel=1
pkgdesc="Automatically generate table of contents for PDF documents."
arch=('any')
url="https://github.com/Krasjet/pdf.tocgen"
license=('GPL3')
depends=('python-toml' 'python-pymupdf')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('aa05d985d6c5950ac5303496ef3b6129289bb89e663c69da353a56192e9757d2')
+sha256sums=('50f47371d99c662a681d106f2308938519c31a40c86f6f12e4a93bda2b98eb94')
build() {
cd "$pkgname-$pkgver"