Package Details: openhab-beta 2.5.0_20190203-1

Git Clone URL: https://aur.archlinux.org/openhab-beta.git (read-only, click to copy)
Package Base: openhab-beta
Description: openHAB2 open source home automation software
Upstream URL: http://www.openhab.org/
Keywords: openhab
Licenses: EPL
Conflicts: openhab-addons, openhab-runtime, openhab2
Submitter: codeworkx
Maintainer: codeworkx
Last Packager: codeworkx
Votes: 2
Popularity: 0.000000
First Submitted: 2016-03-25 21:23 (UTC)
Last Updated: 2019-02-03 07:21 (UTC)

Dependencies (2)

Required by (0)

Sources (4)

Latest Comments

japama commented on 2019-02-03 00:35 (UTC) (edited on 2019-02-03 02:31 (UTC) by japama)

2.5.0 is the new snapshot version :

Replace
pkgver=2.4.0
pkgver=2.4.0_20180623
by
_pkgver=2.5.0
pkgver=2.5.0
`date +%Y%m%d`

and
source=("https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-${_pkgver}-SNAPSHOT.zip"
"openhab.service")
by
source=("https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-${_pkgver}-SNAPSHOT.zip"
"https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons/target/openhab-addons-${_pkgver}-SNAPSHOT.kar"
https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-addons-legacy/target/openhab-addons-legacy-${_pkgver}-SNAPSHOT.kar
"openhab.service")

and
sha256sums=('SKIP'
by
sha256sums=('SKIP' 'SKIP' 'SKIP'

and
unzip "$srcdir/openhab-${_pkgver}-SNAPSHOT.zip"
by
unzip "$srcdir/openhab-${_pkgver}-SNAPSHOT.zip"
cp "$srcdir/openhab-addons-${_pkgver}-SNAPSHOT.kar" "$srcdir/openhab/addons"
cp "$srcdir/openhab-addons-legacy-${_pkgver}-SNAPSHOT.kar" "$srcdir/openhab/addons"

and Enjoy !!!

codeworkx commented on 2017-12-11 16:09 (UTC)

@pw-sys Looks like a problem with openhab itself and not with the package. Wrong place to report bugs.

pw-sys commented on 2017-12-11 14:52 (UTC)

2.2.0_20171022-1 not working on ALARM on raspberry pi 2 and 3. Error in initialization script: /opt/openhab/userdata/etc/shell.init.script: String index out of range: 0

<deleted-account> commented on 2017-04-14 13:51 (UTC)

2.1.0 seems to be the current version. Changing the third line of the PKGBUILD to read `_pkgver=2.1.0` allows the package to be build successfully.

DonOregano commented on 2017-01-28 18:01 (UTC)

2.0 is out now!

mikep commented on 2017-01-19 15:23 (UTC)

The snapshot url is now https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-2.0.0-SNAPSHOT.zip You also have to change the filename in a couple of places.

hexadecagram commented on 2017-01-15 00:45 (UTC)

When attempting to build, I see the following. openhab-runtime also needs to be bumped. ==> Making package: openhab-beta 2.0.0_20161225-1 (Sat Jan 14 16:43:28 PST 2017) ==> Retrieving sources... -> Downloading openhab-online-2.0.0-SNAPSHOT.zip... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-online/target/openhab-online-2.0.0-SNAPSHOT.zip Aborting... :: failed to verify openhab-beta integrity

mikep commented on 2016-12-30 15:42 (UTC)

openhab doesn't need to be run as root. I suggest creating an openhab user and adding User=openhab to the systemd file.

raudi commented on 2016-11-03 22:03 (UTC)

THe install fails for me. .SRCINFO seems to be outdated. .SRCINFO: pkgver = 2.0.0_20160326 PKGBUILD: pkgver=2.0.0_20161001