summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIanDury2015-10-30 19:58:53 +0100
committerIanDury2015-10-30 19:58:53 +0100
commit4e1da89eb2577c5c231eb60edcce8482fcf83213 (patch)
tree34c8aa50c40e17b5e6aeeb5de6131f52bed1f12c
parentefe820e0abd67e82e1c2d8fb2de8fbde670bc573 (diff)
downloadaur-4e1da89eb2577c5c231eb60edcce8482fcf83213.tar.gz
Version bump to r3502. Added armv6h arch. Added WorkingDirectory in service.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--domoticz.service3
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd1f31c8296..9ed165dd0e63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Oct 1 20:25:54 UTC 2015
+# Fri Oct 30 18:55:58 UTC 2015
pkgbase = domoticz-git
pkgdesc = Web based home automation
- pkgver = r3220
+ pkgver = r3502
pkgrel = 1
url = http://www.domoticz.com
install = domoticz-git.install
arch = i686
arch = x86_64
+ arch = armv6h
arch = armv7h
license = GPL
makedepends = git
@@ -22,7 +23,7 @@ pkgbase = domoticz-git
source = git://github.com/domoticz/domoticz.git
source = domoticz.service
sha256sums = SKIP
- sha256sums = 480960485b8573d96adcf3a257ae26b27418f752cf5300a0b4b9fc5135245d48
+ sha256sums = 8627b3a82db83a0d94c830c007c09ffd38366505fced9c724a7c29414837f3ad
pkgname = domoticz-git
diff --git a/PKGBUILD b/PKGBUILD
index f0f3d5042cd9..c4c49dc92342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=domoticz-git
_gitname="domoticz"
-pkgver=r3220
+pkgver=r3502
pkgrel=1
pkgdesc="Web based home automation"
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.domoticz.com"
license=('GPL')
depends=('openzwave-git' 'libusb-compat' 'curl' 'sqlite' 'boost-libs')
@@ -15,7 +15,7 @@ install=('domoticz-git.install')
source=('git://github.com/domoticz/domoticz.git'
'domoticz.service')
sha256sums=('SKIP'
- '480960485b8573d96adcf3a257ae26b27418f752cf5300a0b4b9fc5135245d48')
+ '8627b3a82db83a0d94c830c007c09ffd38366505fced9c724a7c29414837f3ad')
pkgver() {
cd $_gitname
diff --git a/domoticz.service b/domoticz.service
index 737a13918527..38447b18da5b 100644
--- a/domoticz.service
+++ b/domoticz.service
@@ -4,7 +4,8 @@ After=network.target
[Service]
User=http
-ExecStart=/opt/domoticz/domoticz -www 8080 -daemon &> /dev/null
+ExecStart=/opt/domoticz/domoticz -www 8080 -daemon
+WorkingDirectory=/opt/domoticz
RestartSec=5
Restart=on-failure