diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-05-13 14:45:51 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-05-13 14:45:51 +0200 |
commit | 1dce40ec08b3e44f2829abea554394678ef9b0f4 (patch) | |
tree | e5112ebe1f0533c55d088899177c18d91c842e67 /community/domoticz/APKBUILD | |
parent | a78e8b8b56e1195ccb513ece4461567c2e6238d7 (diff) | |
download | aports-1dce40ec08b3e44f2829abea554394678ef9b0f4.tar.bz2 aports-1dce40ec08b3e44f2829abea554394678ef9b0f4.tar.xz |
community/domoticz: disable on arm
Diffstat (limited to 'community/domoticz/APKBUILD')
-rw-r--r-- | community/domoticz/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/domoticz/APKBUILD b/community/domoticz/APKBUILD index b5748e918b..003065345f 100644 --- a/community/domoticz/APKBUILD +++ b/community/domoticz/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.4834 pkgrel=1 pkgdesc="Open source Home Automation System" url="http://www.domoticz.com/" -arch="all" +arch="x86 x86_64" license="GPL" depends="" depends_dev="" |