diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-07-03 22:43:53 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-07-03 22:44:24 +0200 |
commit | 121355da059eac329e75d5007d11d1c4812d8ebf (patch) | |
tree | e1798b60b17589280a1b04889b76127e77bc00c5 /community | |
parent | 40c1cc835ed1b9942fa000fb5dc6a75b42dc70f3 (diff) | |
download | aports-121355da059eac329e75d5007d11d1c4812d8ebf.tar.bz2 aports-121355da059eac329e75d5007d11d1c4812d8ebf.tar.xz |
community/domoticz: enable on armhf
Diffstat (limited to 'community')
-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 2681b44262..458509d56b 100644 --- a/community/domoticz/APKBUILD +++ b/community/domoticz/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.9700 pkgrel=2 pkgdesc="Open source Home Automation System" url="http://www.domoticz.com/" -arch="all !armhf" +arch="all" license="GPL" pkgusers="$pkgname" pkggroups="$pkgname" |