summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2024-02-28 18:11:43 +0000
committerRafael Fontenelle2024-02-28 15:32:06 -0300
commit596403cafa5ccae3d069c41df30ac50ab66f2899 (patch)
treed067dc93051518f4a8de4637de1cf69439edd715
parent7a473fb33d0a0cdf1d80336cecdc082d31e5af4f (diff)
downloadaur-596403cafa5ccae3d069c41df30ac50ab66f2899.tar.gz
Disable checkdepends because check was disabled
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a33dcaefaa39..4f434d77161c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgrel=3
pkgdesc='Flask html response minifier'
url='https://github.com/hamidfzm/Flask-HTMLmin'
arch=('any')
-license=('BSD')
+license=('BSD-3-Clause')
depends=('python' 'python-flask' 'python-htmlmin')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 'python-pip')
+#checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner' 'python-pip')
source=(https://github.com/hamidfzm/Flask-HTMLmin/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
sha256sums=('bd744b84ea00f48a40d2d3e902fc23599f4d880269935f6a9b88f305d1e8d968')
sha512sums=('34d5c9e2393901b32ab43c4333d87d75b489a410af2fdb019c180d0cb7bac01074616125486b49ef577782311a394bde6444ce311d5ab4f2ae2852a3ea92f4cd')