summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c20edd861da3..bbd623b78cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = domoticz
pkgdesc = Web based home automation
pkgver = 2020.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.domoticz.com
install = domoticz.install
arch = i686
@@ -19,6 +19,8 @@ pkgbase = domoticz
depends = sqlite
depends = boost-libs
depends = lua
+ depends = minizip
+ depends = cereal
depends = mosquitto
depends = python
source = https://github.com/domoticz/domoticz/archive/2020.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 718c3378d96a..298eb1463572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=domoticz
pkgver=2020.2
-pkgrel=1
+pkgrel=2
pkgdesc="Web based home automation"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://www.domoticz.com'