summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Opter2015-09-05 23:12:25 -0700
committerLouis Opter2015-09-05 23:12:25 -0700
commite2969fdc509068a40a0aa75ffa4c767c73d63b17 (patch)
tree57c868a1526191fe36f046cdef67471ff0008803
parent31f058a387a34c3f90323720bcdc3a10f9f65052 (diff)
downloadaur-e2969fdc509068a40a0aa75ffa4c767c73d63b17.tar.gz
update .SRCINFO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0acdcb26fc1..8b713a787f56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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 @@ pkgbase = lightsd
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
diff --git a/PKGBUILD b/PKGBUILD
index 208a5a534b3a..180d385ac581 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ build() {
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=/usr \
.
-
+
make
}