comparison .SRCINFO @ 8:54c0944dd7d2

Properly update .SRCINFO for lightsd 1.0.0...
author Louis Opter <kalessin@kalessin.fr>
date Thu, 17 Sep 2015 01:46:36 -0700
parents b4171cdf1376
children f7686ab274b2
comparison
equal deleted inserted replaced
7:b4171cdf1376 8:54c0944dd7d2
1 pkgbase = lightsd 1 pkgbase = lightsd
2 pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API 2 pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API
3 pkgver = 0.9.4 3 pkgver = 1.0.0
4 pkgrel = 1 4 pkgrel = 1
5 epoch = 1 5 epoch = 1
6 url = https://www.github.com/lopter/lightsd/ 6 url = https://www.github.com/lopter/lightsd/
7 install = lightsd.install 7 install = lightsd.install
8 arch = i686 8 arch = i686
10 license = GPL3 10 license = GPL3
11 makedepends = cmake>=2.8.11 11 makedepends = cmake>=2.8.11
12 depends = libevent>=2.0.19 12 depends = libevent>=2.0.19
13 optdepends = python: to run the interactive lightsc.py example client 13 optdepends = python: to run the interactive lightsc.py example client
14 optdepends = ipython: makes lightsc.py more user-friendly 14 optdepends = ipython: makes lightsc.py more user-friendly
15 source = https://github.com/lopter/lightsd/archive/0.9.4.tar.gz 15 source = https://github.com/lopter/lightsd/archive/1.0.0.tar.gz
16 sha256sums = b529175887e1916db5eb1922ab16f7865f518b6dc0a681d0ce28db6de3a62909 16 sha256sums = b529175887e1916db5eb1922ab16f7865f518b6dc0a681d0ce28db6de3a62909
17 17
18 pkgname = lightsd 18 pkgname = lightsd
19 19