diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 09:27:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:45 +0000 |
commit | fc4b819ea45fdd2c04096ac11419ca98d99c16fa (patch) | |
tree | d1d3e2004186f391c6aa0a352cd1f12a16d8c533 | |
parent | 794c650b028395fc8e27d6a5abce84fdc2a26047 (diff) | |
download | aports-fc4b819ea45fdd2c04096ac11419ca98d99c16fa.tar.gz aports-fc4b819ea45fdd2c04096ac11419ca98d99c16fa.tar.bz2 aports-fc4b819ea45fdd2c04096ac11419ca98d99c16fa.tar.xz |
community/py-yuicompressor: rebuild against python 3.7
-rw-r--r-- | community/py-yuicompressor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-yuicompressor/APKBUILD b/community/py-yuicompressor/APKBUILD index 105bfc9be8..cad9d86ef9 100644 --- a/community/py-yuicompressor/APKBUILD +++ b/community/py-yuicompressor/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-yuicompressor _pkgname=${pkgname#py-} pkgver=2.4.8 -pkgrel=1 +pkgrel=2 pkgdesc="YUI Compressor is a JavaScript and CSS minifier written in Java." url="https://pypi.python.org/pypi/yuicompressor" arch="noarch" |