summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Bruckner2015-06-11 02:54:05 +0200
committerMax Bruckner2015-06-11 12:13:20 +0200
commit7d12de7baa7d243101a88449e22e4a5e70d402cb (patch)
tree725089c5b568807d1826206caafee75398895815
parent71d4f28ec364c047cb895822843fc42039162c19 (diff)
downloadaur-7d12de7baa7d243101a88449e22e4a5e70d402cb.tar.gz
1.0.4: add dependency json.sh
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95b0a6307cec..e6da8ebd057b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lampe
pkgdesc = Interactive bash-script to control your Philips Hue lights.
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/poinck/lampe
arch = any
@@ -8,7 +8,8 @@ pkgbase = lampe
depends = curl
depends = bc
depends = zenity
- source = git+https://github.com/poinck/lampe#tag=1.0.3
+ depends = json-sh
+ source = git+https://github.com/poinck/lampe#tag=1.0.4
md5sums = SKIP
pkgname = lampe
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 )