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