diff options
author | Michal Artazov <michal@artazov.cz> | 2019-09-20 12:26:12 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-20 16:40:22 +0200 |
commit | 1d9432c14209251d2ef1d0ba9338c496f30596f3 (patch) | |
tree | 983fd44c9d6b737a74a34c4d0a37dba52ce3280c /testing/raspi2png | |
parent | 15fdba156b9a4fa339b08db774bd8ca8edda9449 (diff) | |
download | aports-1d9432c14209251d2ef1d0ba9338c496f30596f3.tar.bz2 aports-1d9432c14209251d2ef1d0ba9338c496f30596f3.tar.xz |
testing/raspi2png: enable on armv7
Diffstat (limited to 'testing/raspi2png')
-rw-r--r-- | testing/raspi2png/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/raspi2png/APKBUILD b/testing/raspi2png/APKBUILD index 0dc854a56f..92f05d6df6 100644 --- a/testing/raspi2png/APKBUILD +++ b/testing/raspi2png/APKBUILD @@ -5,7 +5,7 @@ _commitid=5008e64ead4e1d3a6496ec98e800a695629a3a2e pkgrel=0 pkgdesc="Utility to take a snapshot of the raspberry pi screen and save it as a PNG file" url="https://github.com/AndrewFromMelbourne/raspi2png" -arch="armhf" +arch="armhf armv7" license="MIT" makedepends="libpng-dev raspberrypi-dev" options="!check" |