summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJordan Ayvazian2019-08-12 19:18:37 -0700
committerJordan Ayvazian2019-08-12 19:18:37 -0700
commit1b9cdcb88d7036214c160c493a044c8a08ca92c3 (patch)
tree5e119838f10a27c2fc8a4ba9eca9cad4e20746d3 /PKGBUILD
parent7a8bb9ada22aadd89ecf932af8d6368e8834fd51 (diff)
downloadaur-1b9cdcb88d7036214c160c493a044c8a08ca92c3.tar.gz
init
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