summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTruocolo2023-12-08 05:39:57 +0100
committerTruocolo2023-12-08 05:39:57 +0100
commit327b8b093edde7fb67e6f27049fa7620bc76a65c (patch)
tree7aa389d2e2aead5f46a9eee31702ceb49b225650
parente95458957e601c8b98115826a28a46432403f23a (diff)
downloadaur-327b8b093edde7fb67e6f27049fa7620bc76a65c.tar.gz
update optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 279b0ae3e90e..c7d71da7161e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-beautifulsoup4
pkgdesc = Web HTML/XML parser addons for screen-scraping (legacy Python 2 version)
pkgver = 4.9.3
- pkgrel = 6
+ pkgrel = 7
url = https://pypi.org/project/beautifulsoup4/4.9.3/
arch = any
license = MIT
@@ -9,7 +9,6 @@ pkgbase = python2-beautifulsoup4
depends = python2-soupsieve
optdepends = python2-chardet: to autodetect character encodings
optdepends = python2-html5lib: alternative HTML parser
- optdepends = python2-lxml: alternative HTML parser
source = https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-4.9.3.tar.gz
sha256sums = 84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25
diff --git a/PKGBUILD b/PKGBUILD
index 4a7011f8ce2e..27a4ab4d015a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,5 @@
+# Maintainer: Truocolo <truocolo@aol.com>
+# Maintainer: Pellegrino Prevete pellegrinoprevete@gmail.com>
# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: Daniel Peukert <daniel@peukert.cc>
# Contributor: Felix Yan <felixonmars@archlinux.org>
@@ -7,7 +9,7 @@
pkgname='python2-beautifulsoup4'
_distname="${pkgname#python2-}"
pkgver=4.9.3
-pkgrel=6
+pkgrel=7
pkgdesc='Web HTML/XML parser addons for screen-scraping (legacy Python 2 version)'
arch=('any')
url="https://pypi.org/project/${_distname}/${pkgver}/"
@@ -16,7 +18,6 @@ depends=('python2-soupsieve')
optdepends=(
'python2-chardet: to autodetect character encodings'
'python2-html5lib: alternative HTML parser'
- 'python2-lxml: alternative HTML parser'
)
makedepends=(
'python2-setuptools'