diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-05-28 17:54:13 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-05-28 17:54:13 +0200 |
commit | 3388bb4b5d4aa3568f2795ed9098263efbf41fe3 (patch) | |
tree | 342253298c451244b54988ed545d0dbd98e9bdf2 /community/domoticz | |
parent | dfd5f827fe1df7ec4b56291f8c7abe126bbe4039 (diff) | |
download | aports-3388bb4b5d4aa3568f2795ed9098263efbf41fe3.tar.bz2 aports-3388bb4b5d4aa3568f2795ed9098263efbf41fe3.tar.xz |
community/domoticz: enable build on armv7
Diffstat (limited to 'community/domoticz')
-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 e58ab02e76..2681b44262 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 !armv7" +arch="all !armhf" license="GPL" pkgusers="$pkgname" pkggroups="$pkgname" |