diff options
Diffstat (limited to 'main/py3-setuptools/APKBUILD')
-rw-r--r-- | main/py3-setuptools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py3-setuptools/APKBUILD b/main/py3-setuptools/APKBUILD index 51380480af9..fc2640dd696 100644 --- a/main/py3-setuptools/APKBUILD +++ b/main/py3-setuptools/APKBUILD @@ -8,7 +8,7 @@ _pkgname=${pkgname#py3-} # is prone to deprecating stuff that breaks perfectly acceptable # setup.py and setup.cfg pkgver=52.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="Collection of enhancements to the Python3 distutils" options="!check" # Tests require packages out of main/ url="https://pypi.python.org/pypi/setuptools" |