aboutsummaryrefslogtreecommitdiffstats
path: root/community/domoticz
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-05-13 15:41:45 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-05-13 15:41:45 +0200
commit98fd5a79eb41fd10a8f43929d6434f375711653f (patch)
tree14b5c134d9cd34bcab6e84544eaec10ff1b13466 /community/domoticz
parent1dce40ec08b3e44f2829abea554394678ef9b0f4 (diff)
downloadaports-98fd5a79eb41fd10a8f43929d6434f375711653f.tar.bz2
aports-98fd5a79eb41fd10a8f43929d6434f375711653f.tar.xz
community/domoticz: add pkgusers/groups
Diffstat (limited to 'community/domoticz')
-rw-r--r--community/domoticz/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/domoticz/APKBUILD b/community/domoticz/APKBUILD
index 003065345f..f4ab1978a6 100644
--- a/community/domoticz/APKBUILD
+++ b/community/domoticz/APKBUILD
@@ -2,13 +2,15 @@
# Maintainer:
pkgname=domoticz
pkgver=3.4834
-pkgrel=1
+pkgrel=2
pkgdesc="Open source Home Automation System"
url="http://www.domoticz.com/"
arch="x86 x86_64"
license="GPL"
depends=""
depends_dev=""
+pkgusers="$pkgname"
+pkggroups="$pkgname"
makedepends="$depends_dev cmake openssl-dev zlib-dev curl-dev boost-dev
sqlite-dev lua5.2-dev mosquitto-dev libusb-compat-dev openzwave-dev"
install="$pkgname.pre-install"