diff options
Diffstat (limited to 'community/py-rpigpio')
-rw-r--r-- | community/py-rpigpio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-rpigpio/APKBUILD b/community/py-rpigpio/APKBUILD index a50e864f93..619bf907cb 100644 --- a/community/py-rpigpio/APKBUILD +++ b/community/py-rpigpio/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.6.3 pkgrel=1 pkgdesc="This package provides a class to control the GPIO on a Raspberry Pi." url="https://pypi.python.org/pypi/RPi.GPIO" -arch="armhf" +arch="armhf armv7" license="MIT" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |