summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7285a98bb91c..e4fcd6555d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: krasjet
pkgname=pdf.tocgen
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Automatically generate table of contents for PDF documents."
arch=('any')
@@ -9,7 +9,7 @@ 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=('985702f42841ec9637d3c0507427ed6f5efc27bfcce6c1083739296b9abc52d8')
+sha256sums=('d724885b1da9b3f1d7fc6bfc058c2ed8bd910cd13b80d029aa523b7d2135f4df')
build() {
cd "$pkgname-$pkgver"