summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMelvin Vermeeren2020-05-01 21:01:08 +0200
committerMelvin Vermeeren2020-05-01 21:01:08 +0200
commitb6c59a275ba371c4a594d0d39ba5a16edb80a801 (patch)
treedb08b58f4a66fc6695f6ad54354786087c0d75f7 /PKGBUILD
parent921a3306cdcb6ae80a537d4212e5ecb13b0b6d39 (diff)
downloadaur-b6c59a275ba371c4a594d0d39ba5a16edb80a801.tar.gz
add cereal to deps, bump pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 611835927c44..1dad51ba7950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=domoticz-git
_gitname="domoticz"
pkgver=r8875
-pkgrel=1
+pkgrel=2
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'