summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Opter2015-11-08 01:02:48 -0800
committerLouis Opter2015-11-08 01:02:48 -0800
commitce576fb4d46426f12db1a5bc85fc98c11cbf50c7 (patch)
tree465e34cee7bb9cf1449a240e7a8fcbb1ab967825
parentb980319798bb8e24ad3665de8d836ffcf7973da9 (diff)
downloadaur-ce576fb4d46426f12db1a5bc85fc98c11cbf50c7.tar.gz
lightsd 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f96ac3429c4..47ec372aaa7f 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.0.1
+ pkgver = 1.1.0
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://github.com/lopter/lightsd/archive/1.0.1.tar.gz
- sha256sums = 4a97480bb41ff130798e7250cb1f157e702e82ef1c503b6b8a4dfbe19f427a82
+ source = https://github.com/lopter/lightsd/archive/1.1.0.tar.gz
+ sha256sums = 20027edfea1e197028132646aac4549a808216e2cbeaeae5ae0ec80684c12ef8
pkgname = lightsd
diff --git a/PKGBUILD b/PKGBUILD
index 024b2cc52656..f7116ace39af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Louis Opter <kalessin@kalessin.fr>
pkgname=lightsd
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
epoch=1
pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
@@ -15,7 +15,7 @@ optdepends=(
)
makedepends=("cmake>=2.8.11")
source=("https://github.com/lopter/lightsd/archive/${pkgver}.tar.gz")
-sha256sums=("4a97480bb41ff130798e7250cb1f157e702e82ef1c503b6b8a4dfbe19f427a82")
+sha256sums=("20027edfea1e197028132646aac4549a808216e2cbeaeae5ae0ec80684c12ef8")
#source=("src/${pkgname}-${pkgver}::hg+file:///home/kal/projs/lightsd")
#sha256sums="SKIP"
install=lightsd.install