comparison PKGBUILD @ 5:520fe381a4f5

lightsd 0.9.3: command pipe fixes
author Louis Opter <kalessin@kalessin.fr>
date Mon, 14 Sep 2015 01:46:52 -0700
parents 5cc2087b8737
children 6a6d152c3d75
comparison
equal deleted inserted replaced
4:5cc2087b8737 5:520fe381a4f5
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.2 4 pkgver=0.9.3
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=("2d785ede7c2e3b603ad33c11c3e44b5c634ee17e745d39296125025eddbbf420") 18 sha256sums=("b66e5663c0c1f563656f0f070b151a7d14622719c9029253d573b8db787d0da6")
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() {