Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-html5tagger
Commits:
60da9901 by Felix Yan at 2026-02-11T13:11:44+08:00
upgpkg: 1.3.0-5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-html5tagger
pkgdesc = Pythonic HTML generation/templating (no template files)
pkgver = 1.3.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/sanic-org/html5tagger
arch = any
license = MIT
@@ -13,6 +13,6 @@ pkgbase = python-html5tagger
makedepends = python-wheel
depends = python
source =
git+https://github.com/sanic-org/html5tagger#commit=ef9e01b38f5bd064f3f8d061632df7937c0ae738
- sha256sums = SKIP
+ sha256sums =
40b6fa26cfddba4c0abab28cb03efa898acdeab120948be4170e812a63903eab
pkgname = python-html5tagger
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-html5tagger
pkgver=1.3.0
_commit=ef9e01b38f5bd064f3f8d061632df7937c0ae738
-pkgrel=4
+pkgrel=5
pkgdesc='Pythonic HTML generation/templating (no template files)'
arch=("any")
url='https://github.com/sanic-org/html5tagger'
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python)
makedepends=(git python-build python-installer python-setuptools
python-setuptools-scm python-wheel)
source=("git+https://github.com/sanic-org/html5tagger#commit=$_commit")
-sha256sums=('SKIP')
+sha256sums=('40b6fa26cfddba4c0abab28cb03efa898acdeab120948be4170e812a63903eab')
build() {
cd html5tagger
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-html5tagger/-/commit/60da9901899a2d1a3c23f89fe59d9d70d4e55176
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-html5tagger/-/commit/60da9901899a2d1a3c23f89fe59d9d70d4e55176
You're receiving this email because of your account on gitlab.archlinux.org.