summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildbot2017-02-13 02:16:15 +0000
committerBuildbot2017-02-13 02:16:15 +0000
commit455b5a8b59d56ff6b28748adab373c435316d1e9 (patch)
tree0037383015c83ac70c111b582f582026ae09299d
parent892724d3540320fad2864faa546725cd9ca1cd5c (diff)
downloadaur-455b5a8b59d56ff6b28748adab373c435316d1e9.tar.gz
New upstream release 1.2.1-rc.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--lightsd.install2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e1f36d0fee4..d6f474c29e4f 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.1~rc.5
+ pkgver = 1.2.1~rc.6
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.1-rc.5.tar.gz
- sha256sums = ab5eaf5f5737275ccd582b9cfc8192250bc98bfca21f8704205dbb299bd44c8b
+ source = https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.6.tar.gz
+ sha256sums = 8da5e0409ad02e89a1fe694ee840465bebf7a08c2d5d3ae202e97f392a9be039
pkgname = lightsd
diff --git a/PKGBUILD b/PKGBUILD
index c072032bd8cb..349dc1829a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Louis Opter <kalessin@kalessin.fr>
pkgname=lightsd
-pkgver=1.2.1~rc.5
+pkgver=1.2.1~rc.6
# This will have - instead of ~ for rc versions:
-_lightsdver=1.2.1-rc.5
+_lightsdver=1.2.1-rc.6
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.1-rc.5.tar.gz")
-sha256sums=("ab5eaf5f5737275ccd582b9cfc8192250bc98bfca21f8704205dbb299bd44c8b")
+source=("https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.6.tar.gz")
+sha256sums=("8da5e0409ad02e89a1fe694ee840465bebf7a08c2d5d3ae202e97f392a9be039")
install=lightsd.install
build() {
diff --git a/lightsd.install b/lightsd.install
index 8917fb8f0dee..91570aa8c6f6 100644
--- a/lightsd.install
+++ b/lightsd.install
@@ -12,7 +12,7 @@ this group to be able to open lightsd's socket and pipe under /run/lightsd:
Re-open your current desktop or ssh session for the change to take effect.
Then use systemctl to start lightsd; you can start playing with lightsd with:
- `lightsd --prefix`/share/doc/lightsd/examples/lightsc.py
+ $(lightsd --prefix)/share/lightsd/examples/lightsc.py
EOF
}