summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Opter2015-11-17 02:24:21 -0800
committerLouis Opter2015-11-17 02:24:21 -0800
commit5791cc2e53a1d417e8b33dc08c1dcc51ae8d19f2 (patch)
treece0d79f9b2da908ccef1c20b74b97c778e74b754
parentce576fb4d46426f12db1a5bc85fc98c11cbf50c7 (diff)
downloadaur-5791cc2e53a1d417e8b33dc08c1dcc51ae8d19f2.tar.gz
lightsd 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ec372aaa7f..b3b13a6dc105 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.1.0
+ pkgver = 1.1.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://github.com/lopter/lightsd/archive/1.1.0.tar.gz
- sha256sums = 20027edfea1e197028132646aac4549a808216e2cbeaeae5ae0ec80684c12ef8
+ source = https://github.com/lopter/lightsd/archive/1.1.1.tar.gz
+ sha256sums = 43e34babcdd3181a1a73fd8a020f3e895793db568b60244a9aab6ed57ac37b41
pkgname = lightsd
diff --git a/PKGBUILD b/PKGBUILD
index f7116ace39af..ecc134c77c60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Louis Opter <kalessin@kalessin.fr>
pkgname=lightsd
-pkgver=1.1.0
+pkgver=1.1.1
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=("20027edfea1e197028132646aac4549a808216e2cbeaeae5ae0ec80684c12ef8")
+sha256sums=("43e34babcdd3181a1a73fd8a020f3e895793db568b60244a9aab6ed57ac37b41")
#source=("src/${pkgname}-${pkgver}::hg+file:///home/kal/projs/lightsd")
#sha256sums="SKIP"
install=lightsd.install