summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsseneca2022-03-12 23:16:44 +0000
committersseneca2022-03-12 23:16:44 +0000
commitd0c6a52c558ffbabcd10cdc92f0ceaf7997555aa (patch)
treedbf8072f9a9e2ac9ed041f49b99051fbdff39d91
parent97c9bf89a6065969e9a58db157ca7fe079eb821d (diff)
downloadaur-d0c6a52c558ffbabcd10cdc92f0ceaf7997555aa.tar.gz
add python-setuptools dep and bump pkgrel
thanks anwait!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89e0400da10e..d511e00a3c2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = html5validator
pkgdesc = Command line tool to validate HTML5 files.
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/svenkreiss/html5validator
arch = any
license = MIT
makedepends = python
+ makedepends = python-setuptools
depends = python-yaml
depends = java-environment-openjdk=8
source = https://github.com/svenkreiss/html5validator/archive/v0.4.0/html5validator-0.4.0.tar.gz
sha512sums = b37528430115d54971e2856c1d46268e9003a7c9f94b6e94c435d160b00c44dcc7f9bb32101ab2fc21a8cea61d03dc08df96639e4f8fb0b65a5d5d426ba68d1d
pkgname = html5validator
-
diff --git a/PKGBUILD b/PKGBUILD
index 1404ce05ce16..2e0886758473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: sseneca <me at ssene dot ca>
pkgname=html5validator
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool to validate HTML5 files."
arch=('any')
url="https://github.com/svenkreiss/html5validator"
license=('MIT')
depends=('python-yaml' 'java-environment-openjdk=8')
-makedepends=('python')
+makedepends=('python' 'python-setuptools')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('b37528430115d54971e2856c1d46268e9003a7c9f94b6e94c435d160b00c44dcc7f9bb32101ab2fc21a8cea61d03dc08df96639e4f8fb0b65a5d5d426ba68d1d')