diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 09:44:22 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:01 +0000 |
commit | 16626f8ee45955931161e0a66a6afdce22a996ff (patch) | |
tree | 547765ee1a364aacf6f79b1b35402d914515a643 /community | |
parent | 6a94382cc9015e6d09235a2adf6860de7f93dc21 (diff) | |
download | aports-16626f8ee45955931161e0a66a6afdce22a996ff.tar.bz2 aports-16626f8ee45955931161e0a66a6afdce22a996ff.tar.xz |
community/py3-ruffus: rebuild against python 3.8
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-ruffus/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-ruffus/APKBUILD b/community/py3-ruffus/APKBUILD index c3cf26b3a6..175345ec90 100644 --- a/community/py3-ruffus/APKBUILD +++ b/community/py3-ruffus/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-ruffus pkgver=2.8.3 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for computational pipelines" url="http://www.ruffus.org.uk/" arch="noarch" |