python-beautifulsoup4: Update to 4.8.0

This commit is contained in:
Alexey Pavlov
2019-07-24 21:02:47 +03:00
parent 37fb49bfe0
commit 2ef72f2b82

View File

@@ -3,7 +3,7 @@
_realname=beautifulsoup4
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python3-beautifulsoup4" "${MINGW_PACKAGE_PREFIX}-python2-beautifulsoup4")
pkgver=4.7.1
pkgver=4.8.0
pkgrel=1
pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping (mingw-w64)"
arch=('any')
@@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python2-pytest"
"${MINGW_PACKAGE_PREFIX}-python3-pytest")
source=("https://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${_realname#*-}-${pkgver}.tar.gz")
sha256sums=('945065979fb8529dd2f37dbb58f00b661bdbcbebf954f93b32fdf5263ef35348')
sha256sums=('25288c9e176f354bf277c0a10aa96c782a6a18a17122dba2e8cec4a97e03343b')
prepare() {
cd "${srcdir}"