summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 17:13:28 +0200
committerPhilipp A2022-09-16 17:13:28 +0200
commit7afd284c145a958a309c2dfc68f14a29bd166f38 (patch)
treeb2c1831247b60c1979bae638bfce9ea16de7208c /PKGBUILD
parent4e7078ecbdbae78bf4de75690503e88dbc2d598f (diff)
downloadaur-python-ndjson-testrunner.tar.gz
makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74b5ef26fd8f..26d0f75832c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_name=ndjson-testrunner
pkgname=python-$_name
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='A python unittest test runner that outputs newline delimited JSON results'
arch=('any')
url="https://github.com/flying-sheep/$_name"
license=(GPL3)
depends=(python)
-makedepends=(python-build python-installer)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('c2b5486ff8198ae18995a0170b4161b55b42f1a991ee1f6de68fc27140bc3df3')