summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84c335bd63b8..ee0964737f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyhanko
pkgdesc = Tools for stamping and signing PDF files
pkgver = 0.24.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MatthiasValvekens/pyHanko
arch = any
license = MIT
@@ -17,7 +17,6 @@ pkgbase = python-pyhanko
checkdepends = python-uharfbuzz
makedepends = python-build
makedepends = python-installer
- makedepends = python-pytest-runner
makedepends = python-setuptools
makedepends = python-wheel
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index efee04d31559..f9b2a2cc821b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pyhanko
_pkgname=pyHanko
pkgver=0.24.0
-pkgrel=1
+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
)