comparison PKGBUILD @ 12:a93c0dafa329

lightsd 1.1.2
author Louis Opter <kalessin@kalessin.fr>
date Mon, 30 Nov 2015 02:30:34 -0800
parents 549dc23b654a
children 52552ba2817e
comparison
equal deleted inserted replaced
11:549dc23b654a 12:a93c0dafa329
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.1.1 4 pkgver=1.1.2
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=("43e34babcdd3181a1a73fd8a020f3e895793db568b60244a9aab6ed57ac37b41") 18 sha256sums=("ca8ce8fb87b896fcc9dad6b0512c061a150c1138e8a8554b60c43f4d11fce634")
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() {