diff options
Diffstat (limited to 'community/py3-beautifulsoup4')
-rw-r--r-- | community/py3-beautifulsoup4/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-beautifulsoup4/APKBUILD b/community/py3-beautifulsoup4/APKBUILD index 8281e63af8..5f1d76e710 100644 --- a/community/py3-beautifulsoup4/APKBUILD +++ b/community/py3-beautifulsoup4/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-beautifulsoup4 _pkgname=beautifulsoup4 -pkgver=4.8.1 -pkgrel=1 +pkgver=4.8.2 +pkgrel=0 pkgdesc="A Python HTML/XML parser" url="http://www.crummy.com/software/BeautifulSoup/index.html" arch="noarch" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b beautifulsoup4-4.8.1.tar.gz" +sha512sums="aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2 beautifulsoup4-4.8.2.tar.gz" |