summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c15713c61de..f9b2a2cc821b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-pyhanko
_pkgname=pyHanko
-pkgver=0.23.1
-pkgrel=1
+pkgver=0.24.0
+pkgrel=2
pkgdesc="Tools for stamping and signing PDF files"
url="https://github.com/MatthiasValvekens/pyHanko"
license=(MIT)
@@ -29,7 +29,6 @@ depends=(
makedepends=(
python-build
python-installer
- python-pytest-runner
python-setuptools
python-wheel
)
@@ -52,7 +51,7 @@ optdepends=(
'python-uharfbuzz: to use OpenType fonts'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('cc2e3894537471ab9011ee1fb4dc4040ff3f76cabe77116fc5ea6f1279fbcd8b')
+sha256sums=('bd910248bb93eb4a13c553cf2abc997285669cee826ebbc339287a4cb0eee40c')
_archive="$_pkgname-$pkgver"