aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pem
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-02 06:41:35 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-02 06:46:53 -0300
commit830f527c5eaad91c8027d231553f260ac34b9624 (patch)
treeebcb269ef9f4d6f470236543ae69aa63c0646c86 /testing/py3-pem
parent3005866a109aabb2f5a048c1ffe1eaa1a8e47d09 (diff)
downloadaports-830f527c5eaad91c8027d231553f260ac34b9624.tar.bz2
aports-830f527c5eaad91c8027d231553f260ac34b9624.tar.xz
testing/py3-pem: mark as noarch
Diffstat (limited to 'testing/py3-pem')
-rw-r--r--testing/py3-pem/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pem/APKBUILD b/testing/py3-pem/APKBUILD
index 893939c68b..fc4672327b 100644
--- a/testing/py3-pem/APKBUILD
+++ b/testing/py3-pem/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-pem
pkgver=19.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Easy PEM file parsing"
options="!check" # Requires unpackaged pymodule 'pretend'
url="https://pem.readthedocs.io/en/stable/"
-arch="all"
+arch="noarch"
license="MIT"
depends="python3 py3-twisted"
makedepends="py3-setuptools"