changeset 2:9b9f36cf500c

update .SRCINFO
author Louis Opter <kalessin@kalessin.fr>
date Sat, 05 Sep 2015 23:12:25 -0700
parents 80a4575a0c0c
children 6bd6e467bb66
files .SRCINFO PKGBUILD
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.SRCINFO	Sat Sep 05 23:07:15 2015 -0700
+++ b/.SRCINFO	Sat Sep 05 23:12:25 2015 -0700
@@ -1,7 +1,7 @@
 pkgbase = lightsd
 	pkgdesc = Daemon to control your LIFX smart bulbs via a JSON-RPC API
 	pkgver = 0.9.1
-	pkgrel = 1
+	pkgrel = 3
 	epoch = 1
 	url = https://www.github.com/lopter/lightsd/
 	arch = i686
@@ -11,8 +11,8 @@
 	depends = libevent>=2.0.19
 	depends = libbsd>=0.5.0
 	optdepends = python: to run the interactive lightsc.py example client
-	source = https://api.github.com/repos/lopter/lightsd/tarball/0.9.1
-	sha256sums = ef4f8056bf39c8f2c440e442f047cafce1c102e565bb007791a27f77588157c2
+	source = https://github.com/lopter/lightsd/archive/0.9.1.tar.gz
+	sha256sums = 72eba6074ed18609fb0caf7b7429e1b8f6c3564ca6f81357be22c06ac00956b6
 
 pkgname = lightsd
 
--- a/PKGBUILD	Sat Sep 05 23:07:15 2015 -0700
+++ b/PKGBUILD	Sat Sep 05 23:12:25 2015 -0700
@@ -2,7 +2,7 @@
 
 pkgname=lightsd
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Daemon to control your LIFX smart bulbs via a JSON-RPC API"
 arch=("i686" "x86_64")
@@ -21,7 +21,7 @@
         -DCMAKE_BUILD_TYPE=RELEASE  \
         -DCMAKE_INSTALL_PREFIX=/usr \
         .
-    
+
     make
 }