comparison PKGBUILD @ 10:bcdbc4904d8b

lightsd 1.1.0
author Louis Opter <kalessin@kalessin.fr>
date Sun, 08 Nov 2015 01:02:48 -0800
parents f7686ab274b2
children 549dc23b654a
comparison
equal deleted inserted replaced
9:f7686ab274b2 10:bcdbc4904d8b
1 # Maintainer: Louis Opter <kalessin@kalessin.fr> 1 # Maintainer: Louis Opter <kalessin@kalessin.fr>
2 2
3 pkgname=lightsd 3 pkgname=lightsd
4 pkgver=1.0.1 4 pkgver=1.1.0
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=("4a97480bb41ff130798e7250cb1f157e702e82ef1c503b6b8a4dfbe19f427a82") 18 sha256sums=("20027edfea1e197028132646aac4549a808216e2cbeaeae5ae0ec80684c12ef8")
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() {