summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2020-12-09 13:26:09 +0100
committerMidov2020-12-09 13:26:09 +0100
commit5e188b3ca1527e29a810f975f75fe753e6e2aa4b (patch)
treeba56ed3eacec0f7a86748b05567d4d3739278002
parenteecb86525a26b161afab2c1153a8be3c8e92bdf2 (diff)
downloadaur-5e188b3ca1527e29a810f975f75fe753e6e2aa4b.tar.gz
v1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377b652a096a..f0e395957191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-html-sanitizer
pkgdesc = Allowlist-based and very opinionated HTML sanitizer that can be used both for untrusted and trusted sources.
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://pypi.org/project/filetype/
arch = any
license = GPL
depends = python
- source = https://files.pythonhosted.org/packages/72/ff/88fbb7c46d359f7cbf1f8bc9f63379ed6b5e3940a9fda88f9cf5cedf24da/html-sanitizer-1.9.0.tar.gz
- sha256sums = ef86b10c653b288dff4c51c0cc9cf93025c4c6a519a6e40eb1aa152861101929
+ source = https://files.pythonhosted.org/packages/09/f9/f05f2a50fbca255c60f360be26b1127a82a29d004d22c8e0e437dfd3746c/html-sanitizer-1.9.1.tar.gz
+ sha256sums = 13c0aebe3ceff55540e37ee8717181ce314a8bedb92e1cb322be6455016a69d5
pkgname = python-html-sanitizer
diff --git a/PKGBUILD b/PKGBUILD
index 33775eb4e230..aeebd9bb1c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-html-sanitizer
_name=html-sanitizer
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="Allowlist-based and very opinionated HTML sanitizer that can be used both for untrusted and trusted sources."
arch=('any')
url="https://pypi.org/project/filetype/"
license=('GPL')
depends=('python')
-source=("https://files.pythonhosted.org/packages/72/ff/88fbb7c46d359f7cbf1f8bc9f63379ed6b5e3940a9fda88f9cf5cedf24da/${_name}-${pkgver}.tar.gz")
-sha256sums=('ef86b10c653b288dff4c51c0cc9cf93025c4c6a519a6e40eb1aa152861101929')
+source=("https://files.pythonhosted.org/packages/09/f9/f05f2a50fbca255c60f360be26b1127a82a29d004d22c8e0e437dfd3746c/html-sanitizer-1.9.1.tar.gz")
+sha256sums=('13c0aebe3ceff55540e37ee8717181ce314a8bedb92e1cb322be6455016a69d5')
build() {
cd "${srcdir}/${_name}-${pkgver}"