summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Springer2019-01-10 15:46:21 +0100
committerFelix Springer2019-01-10 15:46:21 +0100
commit05295f86f426522a0878ea88f307d8af91354624 (patch)
treefcb3ac8a923b83f9d0f175c01cf2f46f4fd95e31 /PKGBUILD
parentb89e42f46cca7a646dd27de4afc637c886c9dfc9 (diff)
downloadaur-05295f86f426522a0878ea88f307d8af91354624.tar.gz
added dependencies for scg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a378a2645cf5..bc6c3de6c98c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=blugon
pkgdesc="simple Blue Light Filter for X written in Python"
pkgver=1.6
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/jumper149/blugon"
license=('Apache')
-depends=('python')
+depends=('libx11' 'libxrandr' 'python')
optdepends=('xorg-xgamma: backend')
source=('git+https://github.com/jumper149/blugon.git')
_gitname="blugon"