summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 247c07b12aeb..611835927c44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=domoticz-git
_gitname="domoticz"
-pkgver=r8799
-pkgrel=2
+pkgver=r8875
+pkgrel=1
pkgdesc="Web based home automation"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="http://www.domoticz.com"
@@ -14,11 +14,9 @@ makedepends=('git' 'cmake' 'boost')
conflicts=('domoticz-svn')
install='domoticz-git.install'
source=('git+https://github.com/domoticz/domoticz.git'
- 'domoticz.service'
- 'fix-boost1.66-api.diff')
+ 'domoticz.service')
sha256sums=('SKIP'
- 'f45f382e5ae0d54f1b1f147b89f5ac5f62719c83a8eb280e20121f8dfc7b2697'
- 'da747e0ade1d374509e42faaf5167da779830b9a98e31a1c903734dfa0028b39')
+ 'f45f382e5ae0d54f1b1f147b89f5ac5f62719c83a8eb280e20121f8dfc7b2697')
pkgver() {
cd "$_gitname"
@@ -29,8 +27,6 @@ pkgver() {
build() {
cd "$_gitname"
- patch -p1 < "$srcdir/fix-boost1.66-api.diff"
-
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_BUILTIN_LUA=NO \