summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD7
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf40925242f7..5535f2630506 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Feb 3 10:24:28 UTC 2018
pkgbase = domoticz-git
pkgdesc = Web based home automation
- pkgver = r8875
+ pkgver = r14445
pkgrel = 1
url = http://www.domoticz.com
install = domoticz-git.install
@@ -23,6 +21,7 @@ pkgbase = domoticz-git
depends = lua
depends = mosquitto
depends = sqlite
+ depends = cereal
conflicts = domoticz-svn
source = git+https://github.com/domoticz/domoticz.git
source = domoticz.service
@@ -30,4 +29,3 @@ pkgbase = domoticz-git
sha256sums = f45f382e5ae0d54f1b1f147b89f5ac5f62719c83a8eb280e20121f8dfc7b2697
pkgname = domoticz-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..6d19d38d6f92
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+domoticz/
+domoticz-git-*
diff --git a/PKGBUILD b/PKGBUILD
index 611835927c44..4874c433c51c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Melvin Vermeeren <mail@mel.vin>
+# Maintainer: Reza Jahanbakhshi <reza.jahanbakhshi at gmail dot com>
+# Contributor: Melvin Vermeeren <mail@mel.vin>
pkgname=domoticz-git
_gitname="domoticz"
-pkgver=r8875
+pkgver=r14455
pkgrel=1
pkgdesc="Web based home automation"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="http://www.domoticz.com"
license=('GPL')
depends=('openzwave-git' 'libusb-compat' 'curl' 'sqlite' 'boost-libs' 'lua'
- 'mosquitto' 'sqlite')
+ 'mosquitto' 'sqlite' 'cereal')
makedepends=('git' 'cmake' 'boost')
conflicts=('domoticz-svn')
install='domoticz-git.install'