diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 11:46:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:54 +0000 |
commit | 66881bb2dda712fe908281fcaf77e10326d509f0 (patch) | |
tree | a626f12d0252cd3b0c6cd09f50b046427b8cc50c /community/py3-beautifulsoup4 | |
parent | 31ee88e1fbe7664beca609da52acca5876e9bdac (diff) | |
download | aports-66881bb2dda712fe908281fcaf77e10326d509f0.tar.bz2 aports-66881bb2dda712fe908281fcaf77e10326d509f0.tar.xz |
community/py3-beautifulsoup4: rebuild against python 3.8
Diffstat (limited to 'community/py3-beautifulsoup4')
-rw-r--r-- | community/py3-beautifulsoup4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-beautifulsoup4/APKBUILD b/community/py3-beautifulsoup4/APKBUILD index 0fe6764c9a..8281e63af8 100644 --- a/community/py3-beautifulsoup4/APKBUILD +++ b/community/py3-beautifulsoup4/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-beautifulsoup4 _pkgname=beautifulsoup4 pkgver=4.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="A Python HTML/XML parser" url="http://www.crummy.com/software/BeautifulSoup/index.html" arch="noarch" |