summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2021-12-13 12:21:11 +0200
committerChristoph Fink2021-12-13 12:21:11 +0200
commit967f4d8792adcaebbd72a86ac3eff4c96c8e5f7f (patch)
tree89be39bb0a2f21cccef2ae51376d18eb76efa6e2
parent08f64cb7e93a2c6d582e1bdd56b8d64c154bc4fa (diff)
downloadaur-967f4d8792adcaebbd72a86ac3eff4c96c8e5f7f.tar.gz
bump to trigger rebuild for python-3.10
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD16
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 158efe4ef081..4b496277b2bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
pkgbase = python-html5lint
pkgdesc = Mozilla HTML5-lint (Python version)
pkgver = 0.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mozilla/html5-lint
arch = any
license = MPL
depends = python
source = https://github.com/mozilla/html5-lint/raw/v0.3.0/html5check.py
- md5sums = 4e4147379db4038d4ec310b241a273ef
- sha1sums = 7f9aeb259ccc6c9cf7335d5f5999edf9b7bf3604
sha256sums = 9d11200020bf8b340f1a8261e034053c9347c797bb1ec9cf1363116c3ef81b82
pkgname = python-html5lint
-
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() {