summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09fe72a16eca..a08166733a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lightspp-git
pkgver=0.2
pkgrel=1
-pkgdesc="A C++ API for interacting with phillips hue lights"
+pkgdesc="(Dev Branch) A C++ API for interacting with phillips hue lights"
arch=('x86_64')
url="https://github.com/jorbo/lightsplusplus"
license=('GPL')
depends=('gcc' 'git' 'libcurlpp' 'jsoncpp')
build() {
- git clone https://github.com/jorbo/lightsplusplus
+ git clone --branch dev https://github.com/jorbo/lightsplusplus
cd lightsplusplus
mkdir build
cd build