summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--domoticz-git.install5
3 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c28b294b030b..1d335631b004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = domoticz-git
pkgdesc = Web based home automation
- pkgver = r2843
+ pkgver = r2859
pkgrel = 1
url = http://www.domoticz.com
+ install = domoticz-git.install
arch = i686
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 22d3dbd70f4a..828c026637de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=domoticz-git
_gitname="domoticz"
-pkgver=r2843
+pkgver=r2859
pkgrel=1
pkgdesc="Web based home automation"
arch=('i686' 'x86_64' 'armv7h')
@@ -11,6 +11,7 @@ license=('GPL')
depends=('openzwave-git' 'libusb-compat' 'curl' 'sqlite' 'boost-libs')
makedepends=('git' 'cmake' 'boost')
conflicts=('domoticz-svn')
+install=('domoticz-git.install')
source=('git://github.com/domoticz/domoticz.git'
'domoticz.service')
sha256sums=('SKIP'
diff --git a/domoticz-git.install b/domoticz-git.install
new file mode 100644
index 000000000000..2e16f59b7750
--- /dev/null
+++ b/domoticz-git.install
@@ -0,0 +1,5 @@
+post_install() {
+ printf "post_instal...\n"
+ gpasswd -a http uucp
+ chown -R http:http "${pkgdir}/opt/domoticz"
+}