summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Baum2018-10-17 20:32:36 +0200
committerDavid Baum2018-10-17 20:32:36 +0200
commit957b5f7893864d69c9610844b01bbd106467b455 (patch)
tree37176bb3f0f59a9bfeb05d2ec24030ea6f41deab
parent94ad8737542c71e21de6d386300d3e73aee7ea7a (diff)
downloadaur-957b5f7893864d69c9610844b01bbd106467b455.tar.gz
add phue dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a2ee9585842..23451bd29222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luminance-git
pkgdesc = Luminance is a Philips Hue client for Linux written in Python and GTK+
pkgver = 21
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/craigcabrey/luminance
arch = any
license = GPL2
@@ -14,6 +14,7 @@ pkgbase = luminance-git
depends = python
depends = dconf
depends = hicolor-icon-theme
+ depends = python-phue
source = git+https://github.com/craigcabrey/luminance.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 261c94a48d89..7592f0dd11b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: David Baum <david.baum@naraesk.eu>
pkgname=luminance-git
pkgver=21
-pkgrel=1
+pkgrel=2
pkgdesc="Luminance is a Philips Hue client for Linux written in Python and GTK+"
arch=('any')
url="https://github.com/craigcabrey/luminance"
license=('GPL2')
groups=()
-depends=('python' 'dconf' 'hicolor-icon-theme')
+depends=('python' 'dconf' 'hicolor-icon-theme' 'python-phue')
makedepends=('git' 'autoconf' 'python' 'python-requests' 'gtk3' 'pygobject-devel')
optdepends=()
provides=()