summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bca5e74f627..d54b6b27b6eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,17 @@
pkgname=python-html5lint
pkgver=0.3.0
-pkgrel=2
-pkgdesc='Mozilla HTML5-lint (Python version)'
-url='https://github.com/mozilla/html5-lint'
-license=('MPL')
-arch=('any')
+pkgrel=3
+pkgdesc="Mozilla HTML5-lint (Python version)"
+url="https://github.com/mozilla/html5-lint"
+license=("MPL")
+arch=("any")
-depends=('python')
+depends=("python")
source=("https://github.com/mozilla/html5-lint/raw/v0.3.0/html5check.py")
-sha256sums=('9d11200020bf8b340f1a8261e034053c9347c797bb1ec9cf1363116c3ef81b82')
-sha1sums=('7f9aeb259ccc6c9cf7335d5f5999edf9b7bf3604')
-md5sums=('4e4147379db4038d4ec310b241a273ef')
+sha256sums=("9d11200020bf8b340f1a8261e034053c9347c797bb1ec9cf1363116c3ef81b82")
package() {