summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Baum2018-10-17 20:32:36 +0200
committerDavid Baum2018-10-17 20:32:36 +0200
commit957b5f7893864d69c9610844b01bbd106467b455 (patch)
tree37176bb3f0f59a9bfeb05d2ec24030ea6f41deab /PKGBUILD
parent94ad8737542c71e21de6d386300d3e73aee7ea7a (diff)
downloadaur-957b5f7893864d69c9610844b01bbd106467b455.tar.gz
add phue dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=()