summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildbot2017-02-13 00:01:19 +0000
committerBuildbot2017-02-13 00:01:19 +0000
commit892724d3540320fad2864faa546725cd9ca1cd5c (patch)
tree310be3f0a1f69505799c6ef21b8f9738b948a520
parentdf6c304a6240c2a77060bebdb83994fef006fe42 (diff)
downloadaur-892724d3540320fad2864faa546725cd9ca1cd5c.tar.gz
New upstream release 1.2.1-rc.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 518900afcbc9..1e1f36d0fee4 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.4
+ pkgver = 1.2.1~rc.5
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.4.tar.gz
- sha256sums = b46401bc97bb3570c5ef72b0b1492eb74ced1c5b5c576ccb62d92a1f5da8980d
+ source = https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.5.tar.gz
+ sha256sums = ab5eaf5f5737275ccd582b9cfc8192250bc98bfca21f8704205dbb299bd44c8b
pkgname = lightsd
diff --git a/PKGBUILD b/PKGBUILD
index bb080529bc2f..c072032bd8cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Louis Opter <kalessin@kalessin.fr>
pkgname=lightsd
-pkgver=1.2.1~rc.4
+pkgver=1.2.1~rc.5
# This will have - instead of ~ for rc versions:
-_lightsdver=1.2.1-rc.4
+_lightsdver=1.2.1-rc.5
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.4.tar.gz")
-sha256sums=("b46401bc97bb3570c5ef72b0b1492eb74ced1c5b5c576ccb62d92a1f5da8980d")
+source=("https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.5.tar.gz")
+sha256sums=("ab5eaf5f5737275ccd582b9cfc8192250bc98bfca21f8704205dbb299bd44c8b")
install=lightsd.install
build() {