From 8b2c16d2f0a88342a788c4a5e86bda0169a4bea7 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 29 Mar 2015 10:14:33 +0200 Subject: [PATCH] updated to 1.1.0 --- contrib/archlinux/ebusd-git/PKGBUILD | 5 ++--- contrib/archlinux/ebusd/PKGBUILD | 10 ++++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/contrib/archlinux/ebusd-git/PKGBUILD b/contrib/archlinux/ebusd-git/PKGBUILD index 8330bd5b..05982cd9 100644 --- a/contrib/archlinux/ebusd-git/PKGBUILD +++ b/contrib/archlinux/ebusd-git/PKGBUILD @@ -3,8 +3,8 @@ pkgname=ebusd-git _gitname=ebusd -pkgver=2faab3f -_pkgver=1.0.0 +pkgver=5b22911 +_pkgver=1.1.0 pkgrel=1 pkgdesc="ebusd provides a communication interface to the energy bus (ebus)." arch=('i686' 'x86_64' 'armv6h') @@ -32,7 +32,6 @@ build() { git clean -dfx git reset --hard -# git apply -v --ignore-space-change --ignore-whitespace ../some.patch ./autogen.sh make -j1 diff --git a/contrib/archlinux/ebusd/PKGBUILD b/contrib/archlinux/ebusd/PKGBUILD index 135abf92..355171d3 100644 --- a/contrib/archlinux/ebusd/PKGBUILD +++ b/contrib/archlinux/ebusd/PKGBUILD @@ -3,8 +3,8 @@ pkgname=ebusd #_gitname=ebusd -pkgver=1.0.0 -_pkgver=1.0.0 +pkgver=1.1.0 +_pkgver=1.1.0 pkgrel=1 pkgdesc="ebusd provides a communication interface to the energy bus (ebus)." arch=('i686' 'x86_64' 'armv6h') @@ -21,9 +21,7 @@ source=("https://github.com/john30/ebusd/archive/v${_pkgver}.tar.gz" 'ebusd.serv build() { cd "${srcdir}"/${pkgname}-${_pkgver} - ./autogen.sh --prefix=/usr --sysconfdir=/etc - # This is corrected in master - sed -i 's@\(\[ -d \)\(\$(sysconfdir)/ebusd \] || mkdir -p \)\(\$(sysconfdir)/ebusd\)@\1\$(DESTDIR)\2\$(DESTDIR)\3@' src/ebusd/Makefile.am + ./autogen.sh make -j1 } @@ -36,6 +34,6 @@ package() { install -d "${pkgdir}"/etc/conf.d install -m 0644 ../ebusd_conf.d "${pkgdir}"/etc/conf.d/ebusd } -md5sums=('1f3e61dcf54467a108d8b9b059bc641f' +md5sums=('b9db787417e7e59e0e872c84bdef52f1' '15b2fdb0a219fae6feecd539e8823864' 'a2b4d5557fd90ea30e04358da62597fb')