comparison PKGBUILD @ 20:0ed196e8df8a

New upstream release 1.2.1-rc.2
author buildbot@srv-seaquake.kalessin.fr
date Sun, 12 Feb 2017 22:31:10 +0000
parents 2095af12cd4a
children ed25f4b38f85
comparison
equal deleted inserted replaced
19:2095af12cd4a 20:0ed196e8df8a
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.2.1~rc.1 4 pkgver=1.2.1~rc.2
5 # This will have - instead of ~ for rc versions: 5 # This will have - instead of ~ for rc versions:
6 _lightsdver=1.2.1-rc.1 6 _lightsdver=1.2.1-rc.2
7 pkgrel=1 7 pkgrel=1
8 epoch=1 8 epoch=1
9 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API" 9 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
10 arch=("i686" "x86_64") 10 arch=("i686" "x86_64")
11 url="https://www.github.com/lopter/lightsd/" 11 url="https://www.github.com/lopter/lightsd/"
14 optdepends=( 14 optdepends=(
15 "python: to run the interactive lightsc.py example client" 15 "python: to run the interactive lightsc.py example client"
16 "ipython: makes lightsc.py more user-friendly" 16 "ipython: makes lightsc.py more user-friendly"
17 ) 17 )
18 makedepends=("cmake>=2.8.11") 18 makedepends=("cmake>=2.8.11")
19 source=("https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.1.tar.gz") 19 source=("https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.2.tar.gz")
20 sha256sums=("ec420247fd3bf28f1c43ce325f97d55dd44bd05eef4b785fe9773ea5bc65fdf9") 20 sha256sums=("5ce70f0856dafd9d3e2dd410e6e5095c6784e845bde7313bd8dae109d137641e")
21 install=lightsd.install 21 install=lightsd.install
22 22
23 build() { 23 build() {
24 cd "$srcdir/$pkgname-$_lightsdver" 24 cd "$srcdir/$pkgname-$_lightsdver"
25 25