python-beautifulsoup4: update to 4.4.0

This commit is contained in:
gnastyle 2015-08-08 19:09:03 +02:00
parent ca50d2bb65
commit 7ac6cb68ff

View File

@ -1,16 +1,14 @@
# Maintainer: Manuel 'UtG' <utg[dot]chakra.linux[at]gmail[dot]com>
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}"