summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorraqua2020-11-11 16:09:18 +0100
committerraqua2020-11-11 16:09:18 +0100
commit0db04212cbb9c3851045b254addee31a69a7f419 (patch)
tree7d28ac209ddb07988346e36a5ae7dcd6a210a498 /PKGBUILD
parent484cfdc73b13b1e1e6f133e79f6f5e31b70c9d4b (diff)
downloadaur-0db04212cbb9c3851045b254addee31a69a7f419.tar.gz
Add jsoncpp to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 408e062db8a9..a9fb2511744a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=domoticz
pkgver=2020.2
-pkgrel=3
+pkgrel=4
pkgdesc="Web based home automation"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://www.domoticz.com'
@@ -18,6 +18,7 @@ depends=('libusb-compat'
'minizip'
'cereal'
'mosquitto'
+ 'jsoncpp'
'python')
makedepends=('git'
'cmake'