summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrasjet2023-04-21 04:11:33 +0000
committerkrasjet2023-04-21 04:11:33 +0000
commitc04a05ea7e0c15d1f4b868c4c863edb0d6c00b6c (patch)
treee20a61c4b5636cd484bef342a193b93614d06331
parent2251f49077273dabe6eaeb4558993f8c5f95879c (diff)
downloadaur-c04a05ea7e0c15d1f4b868c4c863edb0d6c00b6c.tar.gz
release 1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 196da5daabd2..8ccf89373095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pdf.tocgen
pkgdesc = Automatically generate table of contents for PDF documents.
- pkgver = 1.3.2
- pkgrel = 2
+ pkgver = 1.3.3
+ pkgrel = 1
url = https://github.com/Krasjet/pdf.tocgen
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = pdf.tocgen
depends = python-toml
depends = python-pymupdf
depends = python-chardet
- source = https://files.pythonhosted.org/packages/source/p/pdf_tocgen/pdf_tocgen-1.3.2.tar.gz
- sha256sums = b74bfa2c0e13d8bbede5d0e870cd67555222b6222402235a856a4fcd992c03be
+ source = https://files.pythonhosted.org/packages/source/p/pdf_tocgen/pdf_tocgen-1.3.3.tar.gz
+ sha256sums = a48478133cff71f02f81660a306d2c419e28d6a05a85d8f2a418055675a7dd37
pkgname = pdf.tocgen
diff --git a/PKGBUILD b/PKGBUILD
index c826be95395b..7d4131cbd2ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: krasjet
pkgname=pdf.tocgen
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
pkgdesc="Automatically generate table of contents for PDF documents."
arch=('any')
url="https://github.com/Krasjet/pdf.tocgen"
@@ -11,7 +11,7 @@ depends=('python-toml' 'python-pymupdf' 'python-chardet')
makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel')
pypkgname=pdf_tocgen
source=("https://files.pythonhosted.org/packages/source/${pypkgname::1}/${pypkgname}/${pypkgname}-${pkgver}.tar.gz")
-sha256sums=('b74bfa2c0e13d8bbede5d0e870cd67555222b6222402235a856a4fcd992c03be')
+sha256sums=('a48478133cff71f02f81660a306d2c419e28d6a05a85d8f2a418055675a7dd37')
build() {
cd "$pypkgname-$pkgver"