diff --git a/python-beautifulsoup4/PKGBUILD b/python-beautifulsoup4/PKGBUILD index 275a20310..393f9aaf0 100644 --- a/python-beautifulsoup4/PKGBUILD +++ b/python-beautifulsoup4/PKGBUILD @@ -1,16 +1,14 @@ -# Maintainer: Manuel 'UtG' - pkgbase=python-beautifulsoup4 pkgname=('python2-beautifulsoup4' 'python3-beautifulsoup4') -pkgver=4.3.2 -pkgrel=2 +pkgver=4.4.0 +pkgrel=1 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like screen-scraping." arch=('x86_64') url="http://www.crummy.com/software/BeautifulSoup/index.html" license=('PSF') makedepends=('python2-setuptools' 'python3-setuptools') source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz") -md5sums=('b8d157a204d56512a4cc196e53e7d8ee') +sha512sums=('812abb09099779ecb9c41ce55963ad42973eef00193e28e59dd907715fd6bc2b470b07f80bbe2838b790be252935eb81357a8cfb59808865d2fb62479476eb2f') build() { cd "${srcdir}"