summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIanDury2015-10-30 19:58:53 +0100
committerIanDury2015-10-30 19:58:53 +0100
commit4e1da89eb2577c5c231eb60edcce8482fcf83213 (patch)
tree34c8aa50c40e17b5e6aeeb5de6131f52bed1f12c /PKGBUILD
parentefe820e0abd67e82e1c2d8fb2de8fbde670bc573 (diff)
downloadaur-4e1da89eb2577c5c231eb60edcce8482fcf83213.tar.gz
Version bump to r3502. Added armv6h arch. Added WorkingDirectory in service.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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