diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 07:34:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:33 +0000 |
commit | 6f26e1ce1a40137acec1d882eb3559178fcca999 (patch) | |
tree | b5327a454a651e9be36121ff51bb6f432ecf0390 /testing/py3-cobs | |
parent | ee3ec425494710dbca1dcd8609af4ec98197337d (diff) | |
download | aports-6f26e1ce1a40137acec1d882eb3559178fcca999.tar.bz2 aports-6f26e1ce1a40137acec1d882eb3559178fcca999.tar.xz |
testing/py3-cobs: rebuild against python 3.8
Diffstat (limited to 'testing/py3-cobs')
-rw-r--r-- | testing/py3-cobs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-cobs/APKBUILD b/testing/py3-cobs/APKBUILD index 57115f0676..73c0757ec1 100644 --- a/testing/py3-cobs/APKBUILD +++ b/testing/py3-cobs/APKBUILD @@ -2,10 +2,10 @@ pkgname=py3-cobs _pyname=cobs pkgver=1.1.3 -pkgrel=0 +pkgrel=1 pkgdesc="Consistent Overhead Byte Stuffing" url="https://pypi.org/project/cobs/" -arch="noarch" +arch="all" license="MIT" depends="python3" makedepends="py3-setuptools" |