summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Hirt2022-12-15 00:44:36 +0100
committerMarius Hirt2022-12-15 00:44:36 +0100
commitc336c788adbd943fedb4cbd6bed606ed607cc58e (patch)
tree2a940ed948575af7ee2c205d57f6d6598cd7fc19
parent97a673660bafe6ad602f0e79a4796a86878dd44b (diff)
downloadaur-c336c788adbd943fedb4cbd6bed606ed607cc58e.tar.gz
Add missing checkdepends 'python-pytest'
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6af2a881d52..de81e129de05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = zork++
url = https://github.com/zerodaycode/Zork
arch = x86_64
license = MIT
+ checkdepends = python-pytest
makedepends = pyinstaller
depends = glibc
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 5b37b2efb47a..746a093827d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url='https://github.com/zerodaycode/Zork'
license=('MIT')
depends=('glibc' 'zlib')
makedepends=('pyinstaller')
+checkdepends=('python-pytest')
provides=('zork++')
conflicts=('zork++')
source=(