comparison PKGBUILD @ 23:833341e9791d

New upstream release 1.2.1-rc.5
author Buildbot <buildbot@kalessin.fr>
date Mon, 13 Feb 2017 00:01:19 +0000
parents 249aa1e5110d
children 3e501f670b95
comparison
equal deleted inserted replaced
22:249aa1e5110d 23:833341e9791d
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.4 4 pkgver=1.2.1~rc.5
5 # This will have - instead of ~ for rc versions: 5 # This will have - instead of ~ for rc versions:
6 _lightsdver=1.2.1-rc.4 6 _lightsdver=1.2.1-rc.5
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.4.tar.gz") 19 source=("https://downloads.lightsd.io/releases/lightsd-1.2.1-rc.5.tar.gz")
20 sha256sums=("b46401bc97bb3570c5ef72b0b1492eb74ced1c5b5c576ccb62d92a1f5da8980d") 20 sha256sums=("ab5eaf5f5737275ccd582b9cfc8192250bc98bfca21f8704205dbb299bd44c8b")
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