summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2016-09-19 11:19:28 +0200
committerPiotr Rogoża2016-09-19 11:19:43 +0200
commit5d82b39a6fe57ad1eea96a643954edac0b67b666 (patch)
tree80edad8713a19b68fb25ac95b39e3ea678c98069
parent967401cfac4a39e80b8ab1851981819084dcf585 (diff)
downloadaur-5d82b39a6fe57ad1eea96a643954edac0b67b666.tar.gz
Added missing dependcies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73d190597126..c07f892a1ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
# Generated by mksrcinfo v8
-# Tue Aug 30 21:05:21 UTC 2016
+# Mon Sep 19 09:19:33 UTC 2016
pkgbase = xflux-gui-git
pkgdesc = Better lighting for Linux. Open source GUI for xflux
- pkgver = 4125e70b
+ pkgver = 0b562044
pkgrel = 1
url = https://justgetflux.com/linux.html
install = xflux-gui.install
arch = any
license = MIT
makedepends = git
+ depends = hicolor-icon-theme
+ depends = libappindicator-sharp
depends = python2-pexpect
+ depends = python2-gconf
depends = xflux
- depends = hicolor-icon-theme
provides = xflux-gui
conflicts = xflux-gui
source = git://github.com/xflux-gui/xflux-gui.git
diff --git a/PKGBUILD b/PKGBUILD
index 05fee69ff1e9..96c57545f4e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: dracorp aka Piotr Rogoza <piotr dot r dot public at gmail dot com>
pkgname=xflux-gui-git
-pkgver=4125e70b
+pkgver=0b562044
pkgrel=1
pkgdesc='Better lighting for Linux. Open source GUI for xflux'
arch=(any)
@@ -10,9 +10,11 @@ license=(MIT)
provides=(xflux-gui)
conflicts=(xflux-gui)
depends=(
+hicolor-icon-theme
+libappindicator-sharp
python2-pexpect
+python2-gconf
xflux
-hicolor-icon-theme
)
makedepends=(git)
install='xflux-gui.install'