diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 13:10:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:40 +0000 |
commit | 9df7f4ff8bdff1f451f636096d1b02c8623bc65a (patch) | |
tree | c25dd3437d5497624084f2896334b39b80c2a00a /community | |
parent | 013621ee5e72c41a4add8be0832bafba4311415b (diff) | |
download | aports-9df7f4ff8bdff1f451f636096d1b02c8623bc65a.tar.bz2 aports-9df7f4ff8bdff1f451f636096d1b02c8623bc65a.tar.xz |
community/py-cx_freeze: rebuild against python 3.7
Diffstat (limited to 'community')
-rw-r--r-- | community/py-cx_freeze/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-cx_freeze/APKBUILD b/community/py-cx_freeze/APKBUILD index dc31da8262..43ba69f8e3 100644 --- a/community/py-cx_freeze/APKBUILD +++ b/community/py-cx_freeze/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-cx_freeze _pkgname=cx_Freeze pkgver=5.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Set of utilities for freezing Python scripts into executables" url="http://cx-freeze.sourceforge.net/" arch="all" |