summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2021-12-14 19:55:46 +0100
committerMidov2021-12-14 19:55:46 +0100
commitbc33dec390f3dcc3686799db3a909c1196d79217 (patch)
tree08b1fc30152acb2f61ba5cdd0df61c8758fb5aa8
parent01fb091e803b665448b4afd6a7df3063d00ad464 (diff)
downloadaur-bc33dec390f3dcc3686799db3a909c1196d79217.tar.gz
fix url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a35a6004b2e..fd63521efb97 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.2
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/html-sanitizer/
arch = any
license = GPL
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/09/f9/f05f2a50fbca255c60f360be26b1127a82a29d004d22c8e0e437dfd3746c/html-sanitizer-1.9.1.tar.gz
- sha256sums = 13c0aebe3ceff55540e37ee8717181ce314a8bedb92e1cb322be6455016a69d5
+ source = https://files.pythonhosted.org/packages/a4/fc/de10c9964f3033719f41bc38af2ac13453d3e23c9a0aa437f6acb8bb11cb/html_sanitizer-1.9.2.tar.gz
+ sha256sums = 6e2f15c959decf33a1d0b953b40147ada9c724cec1fb469a3141be7b003653d5
pkgname = python-html-sanitizer
diff --git a/PKGBUILD b/PKGBUILD
index 55cfb99fba3a..753a5a873e85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Midov <midov@midov.pl>
pkgname=python-html-sanitizer
-_name=html-sanitizer
+_name=html_sanitizer
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
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/html-sanitizer/"
license=('GPL')
depends=('python')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/09/f9/f05f2a50fbca255c60f360be26b1127a82a29d004d22c8e0e437dfd3746c/html-sanitizer-1.9.1.tar.gz")
-sha256sums=('13c0aebe3ceff55540e37ee8717181ce314a8bedb92e1cb322be6455016a69d5')
+source=("https://files.pythonhosted.org/packages/a4/fc/de10c9964f3033719f41bc38af2ac13453d3e23c9a0aa437f6acb8bb11cb/${_name}-${pkgver}.tar.gz")
+https://files.pythonhosted.org/packages/a4/fc/de10c9964f3033719f41bc38af2ac13453d3e23c9a0aa437f6acb8bb11cb/html_sanitizer-1.9.2.tar.gz
+sha256sums=('6e2f15c959decf33a1d0b953b40147ada9c724cec1fb469a3141be7b003653d5')
build() {
cd "${srcdir}/${_name}-${pkgver}"