aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-10-04 09:41:36 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-10-04 09:41:36 +0000
commit6a932218e91a681e86d03733d271ecdfc031df20 (patch)
tree010f93e71cd4ba8a1f413ae926d3571321c14866 /testing
parent5d8d3ce4dad7997e57ff2cea31f562c15f640cfc (diff)
testing/py-pycryptodome: fix arch
Diffstat (limited to 'testing')
-rw-r--r--testing/py-pycryptodome/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-pycryptodome/APKBUILD b/testing/py-pycryptodome/APKBUILD
index c58c2b669cf..a186c993f26 100644
--- a/testing/py-pycryptodome/APKBUILD
+++ b/testing/py-pycryptodome/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py-pycryptodome
pkgver=3.6.6
-pkgrel=1
+pkgrel=2
pkgdesc="Self-contained cryptographic library"
url="https://github.com/coveralls-clients/coveralls-python"
-arch="noarch"
+arch="all"
license="BSD-2-Clause Unlicense"
depends=""
makedepends="python2-dev python3-dev py-setuptools"
-subpackages="py2-${pkgname#py-}:_py2::all py3-${pkgname#py-}:_py3::all"
+subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="$pkgname-$pkgver.tar.gz::https://github.com/Legrandin/pycryptodome/archive/v$pkgver.tar.gz"
builddir="$srcdir"/pycryptodome-$pkgver