summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9724e8380dd6..8b052a663350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,19 @@
# Contributor: kriation
# Contributor: oguzkagan <me at oguzkaganeren dot com dot tr>
# Contributor: alaskanarcher adam at aslevy dot com
+# Contributor: Reese Armstrong - Couch Potato setting up a computer
pkgname="fluxgui"
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Better lighting for Linux. Open source GUI for xflux"
url="https://justgetflux.com/"
arch=('i686' 'x86_64')
license=('MIT')
depends=('hicolor-icon-theme' 'libindicator-gtk2' 'libappindicator-gtk2'\
- 'python2-libappindicator' 'python2-pexpect' 'python2-xdg'\
- 'python2-gconf' 'libappindicator-gtk3' 'python'
+ 'python2-libappindicator' 'python-pexpect' 'python-xdg'\
+ 'python2-gconf' 'libappindicator-gtk3' 'python3'
)
-makedepends=('python2-pip' 'wget')
+makedepends=('python-pip' 'wget')
conflicts=('xflux' 'xflux-gui-git')
provides=("${pkgname}")
source=("https://github.com/xflux-gui/${pkgname}/archive/v${pkgver}.tar.gz")