summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcodeworkx2017-01-19 16:54:08 +0100
committercodeworkx2017-01-19 16:54:08 +0100
commit1dc22ee5c00131dcc6b1a03afa381f43edac143c (patch)
tree02ab4dff1bd533e9f8c1ed816604de7b15b73a9b /PKGBUILD
parent407e2c17e5dc0b50811962c1b92fccbeaf51e2f2 (diff)
downloadaur-1dc22ee5c00131dcc6b1a03afa381f43edac143c.tar.gz
update url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b398f5e86c3d..4e0b5df14867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Hillenbrand <codeworkx@bbqlinux.org>
pkgname=openhab-beta
_pkgver=2.0.0
-pkgver=2.0.0_20161225
+pkgver=2.0.0_20170119
pkgrel=1
pkgdesc="openHAB2 open source home automation software"
arch=('any')
@@ -15,10 +15,10 @@ conflicts=('openhab-runtime' 'openhab-addons')
backup=('etc/openhab/conf/services/addons.cfg'
'etc/openhab/conf/services/runtime.cfg')
-source=("https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab-online/target/openhab-online-${_pkgver}-SNAPSHOT.zip"
+source=("https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target/openhab-${_pkgver}-SNAPSHOT.zip"
"openhab.service")
-noextract=("openhab-online-${_pkgver}-SNAPSHOT.zip")
+noextract=("openhab-${_pkgver}-SNAPSHOT.zip")
sha256sums=('SKIP'
'92be5e206c878bb1a1b476f62b815f24dca198e8e0055095f797d264d8521bfe')
@@ -31,7 +31,7 @@ prepare() {
mkdir -p "$srcdir/openhab"
cd "$srcdir/openhab"
- unzip "$srcdir/openhab-online-${_pkgver}-SNAPSHOT.zip"
+ unzip "$srcdir/openhab-${_pkgver}-SNAPSHOT.zip"
}
package() {