diff options
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" |