summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2023-03-19 11:41:37 +0100
committerMidov2023-03-19 11:41:37 +0100
commit0c844eaa42cf572e62f83d61aa4ec8e0f825cf54 (patch)
treeb7bc4a318a0a49ec3985782c01814fa1a44a85e2
parent447c17fd73dc8de50724c46a5394fd3285966ce9 (diff)
downloadaur-0c844eaa42cf572e62f83d61aa4ec8e0f825cf54.tar.gz
fix download link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1960dfab325..7e8b79c5658b 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.3
- 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/a4/fc/de10c9964f3033719f41bc38af2ac13453d3e23c9a0aa437f6acb8bb11cb/html_sanitizer-1.9.3.tar.gz
- sha256sums = 6e2f15c959decf33a1d0b953b40147ada9c724cec1fb469a3141be7b003653d5
+ source = https://files.pythonhosted.org/packages/6d/a5/25bf90144aaabbc23cdfcacdb21076a14dd5862183a70610decec4170ede/html_sanitizer-1.9.3.tar.gz
+ sha256sums = 125c5e09b154cab598b6c11731902dcbdd9d0ede72311814ee040fe6ddef82e0
pkgname = python-html-sanitizer
diff --git a/PKGBUILD b/PKGBUILD
index 9c4c61d1739b..fbf72e258324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=python-html-sanitizer
_name=html_sanitizer
pkgver=1.9.3
-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/a4/fc/de10c9964f3033719f41bc38af2ac13453d3e23c9a0aa437f6acb8bb11cb/${_name}-${pkgver}.tar.gz")
-sha256sums=('6e2f15c959decf33a1d0b953b40147ada9c724cec1fb469a3141be7b003653d5')
+source=("https://files.pythonhosted.org/packages/6d/a5/25bf90144aaabbc23cdfcacdb21076a14dd5862183a70610decec4170ede/${_name}-${pkgver}.tar.gz")
+sha256sums=('125c5e09b154cab598b6c11731902dcbdd9d0ede72311814ee040fe6ddef82e0')
build() {
cd "${srcdir}/${_name}-${pkgver}"