summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-23 19:57:50 +0200
committerMarcell Meszaros2022-06-23 19:57:50 +0200
commit4f83cc05dca882ccc018bc022914d687b191d7da (patch)
treee74a5babd56072dd332b71aae3a02bf9db037b6a /PKGBUILD
parent9c40d6ff4359a47b0b2715e2629131a6ba1edeb2 (diff)
downloadaur-4f83cc05dca882ccc018bc022914d687b191d7da.tar.gz
bump 1.1-10: further adjust optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b09a209c1422..a09b9a9ce983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname='python2-html5lib'
_basename="${pkgname#python2-}"
_distname="${_basename}-python"
pkgver=1.1
-pkgrel=9
+pkgrel=10
pkgdesc='HTML parser based on the WHATWG HTML specification (for Python 2)'
arch=('any')
url="https://pypi.org/project/${_distname}/${pkgver}/"
@@ -19,9 +19,9 @@ depends=(
)
makedepends=('python2-setuptools')
optdepends=(
- 'python2-chardet: recommended to deal with unrecognized encodings'
- 'python2-genshi: to support Genshi streams'
- 'python2-lxml: recommended for fast parsing (using native code library)'
+ 'python2-lxml: recommended – fast native code parser'
+ 'python2-chardet: recommended – fallback for unrecognized encodings'
+ 'python2-genshi: support for reading Genshi streams'
)
checkdepends=(
'python2-chardet'