summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Bruckner2015-06-11 02:54:05 +0200
committerMax Bruckner2015-06-11 12:13:20 +0200
commit7d12de7baa7d243101a88449e22e4a5e70d402cb (patch)
tree725089c5b568807d1826206caafee75398895815 /PKGBUILD
parent71d4f28ec364c047cb895822843fc42039162c19 (diff)
downloadaur-7d12de7baa7d243101a88449e22e4a5e70d402cb.tar.gz
1.0.4: add dependency json.sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65ca21c36d55..315940386ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Interactive bash-script to control your Philips Hue lights."
arch=("any")
url="https://github.com/poinck/lampe"
license=('custom')
-depends=( 'curl' 'bc' 'zenity' )
+depends=( 'curl' 'bc' 'zenity' 'json-sh' )
source=( "git+https://github.com/poinck/${pkgname}#tag=$pkgver"
)
md5sums=( SKIP )