comparison PKGBUILD @ 6:6a6d152c3d75

lightsd 0.9.4: more fixes and more documentation
author Louis Opter <kalessin@kalessin.fr>
date Wed, 16 Sep 2015 02:14:34 -0700
parents 520fe381a4f5
children b4171cdf1376
comparison
equal deleted inserted replaced
5:520fe381a4f5 6:6a6d152c3d75
1 # Maintainer: Louis Opter <kalessin@kalessin.fr> 1 # Maintainer: Louis Opter <kalessin@kalessin.fr>
2 2
3 pkgname=lightsd 3 pkgname=lightsd
4 pkgver=0.9.3 4 pkgver=0.9.4
5 pkgrel=1 5 pkgrel=1
6 epoch=1 6 epoch=1
7 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API" 7 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
8 arch=("i686" "x86_64") 8 arch=("i686" "x86_64")
9 url="https://www.github.com/lopter/lightsd/" 9 url="https://www.github.com/lopter/lightsd/"
13 "python: to run the interactive lightsc.py example client" 13 "python: to run the interactive lightsc.py example client"
14 "ipython: makes lightsc.py more user-friendly" 14 "ipython: makes lightsc.py more user-friendly"
15 ) 15 )
16 makedepends=("cmake>=2.8.11") 16 makedepends=("cmake>=2.8.11")
17 source=("https://github.com/lopter/lightsd/archive/${pkgver}.tar.gz") 17 source=("https://github.com/lopter/lightsd/archive/${pkgver}.tar.gz")
18 sha256sums=("b66e5663c0c1f563656f0f070b151a7d14622719c9029253d573b8db787d0da6") 18 sha256sums=("c48459a4ae5ef1184dd79a9152f573117870bc75b8ec72335bee0504309dd6c1")
19 #source=("src/${pkgname}-${pkgver}::hg+file:///home/kal/projs/lightsd") 19 #source=("src/${pkgname}-${pkgver}::hg+file:///home/kal/projs/lightsd")
20 #sha256sums="SKIP" 20 #sha256sums="SKIP"
21 install=lightsd.install 21 install=lightsd.install
22 22
23 build() { 23 build() {