summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildbot2017-02-12 21:57:03 +0000
committerBuildbot2017-02-12 21:57:03 +0000
commit1a27f2a1d04f5243cd866c824ffc63f7cfa9ed59 (patch)
tree2938dd1ae7d1e5bf4445bdc7ee45fcd7306dcb23
parent2899912713dc8648ceed04dd78147d9b27b00da1 (diff)
downloadaur-1a27f2a1d04f5243cd866c824ffc63f7cfa9ed59.tar.gz
New upstream release 1.2.1-rc.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a3eae3d52b7..b639ecc0615c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightsd
pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API
- pkgver = 1.2.0~rc.6
+ pkgver = 1.2.1~rc.1
pkgrel = 1
epoch = 1
url = https://www.github.com/lopter/lightsd/
@@ -12,8 +12,8 @@ pkgbase = lightsd
depends = libevent>=2.0.19
optdepends = python: to run the interactive lightsc.py example client
optdepends = ipython: makes lightsc.py more user-friendly
- source = https://downloads.lightsd.io/releases/lightsd-1.2.0-rc.6.tar.gz
- sha256sums = c09d9ec7af2354202878656ad972c5629d401e223b3fcea48eb2d51ba0df7d4b
+ source = https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.1.tar.gz
+ sha256sums = ec420247fd3bf28f1c43ce325f97d55dd44bd05eef4b785fe9773ea5bc65fdf9
pkgname = lightsd
diff --git a/PKGBUILD b/PKGBUILD
index 02bc82ee5c09..dbc763c2ec05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Louis Opter <kalessin@kalessin.fr>
pkgname=lightsd
-pkgver=1.2.0~rc.6
+pkgver=1.2.1~rc.1
# This will have - instead of ~ for rc versions:
-_lightsdver=1.2.0-rc.6
+_lightsdver=1.2.1-rc.1
pkgrel=1
epoch=1
pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
@@ -16,8 +16,8 @@ optdepends=(
"ipython: makes lightsc.py more user-friendly"
)
makedepends=("cmake>=2.8.11")
-source=("https://downloads.lightsd.io/releases/lightsd-1.2.0-rc.6.tar.gz")
-sha256sums=("c09d9ec7af2354202878656ad972c5629d401e223b3fcea48eb2d51ba0df7d4b")
+source=("https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.1.tar.gz")
+sha256sums=("ec420247fd3bf28f1c43ce325f97d55dd44bd05eef4b785fe9773ea5bc65fdf9")
install=lightsd.install
build() {