summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2021-04-18 21:51:39 +0200
committerMidov2021-04-18 21:51:39 +0200
commit04f73274cfe3c3906143f976551d3122cff1203b (patch)
treecc63854df5c1eb360bb860c15f2775ae76cbdcec
parent5e188b3ca1527e29a810f975f75fe753e6e2aa4b (diff)
downloadaur-04f73274cfe3c3906143f976551d3122cff1203b.tar.gz
updated dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e395957191..5e2f1ab4e8f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
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.1
- pkgrel = 1
- url = https://pypi.org/project/filetype/
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index aeebd9bb1c61..ef98290123ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-html-sanitizer
_name=html-sanitizer
pkgver=1.9.1
-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/filetype/"
+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')