summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Springer2019-01-10 15:46:21 +0100
committerFelix Springer2019-01-10 15:46:21 +0100
commit05295f86f426522a0878ea88f307d8af91354624 (patch)
treefcb3ac8a923b83f9d0f175c01cf2f46f4fd95e31
parentb89e42f46cca7a646dd27de4afc637c886c9dfc9 (diff)
downloadaur-05295f86f426522a0878ea88f307d8af91354624.tar.gz
added dependencies for scg
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5dc7e123001..46efd332669b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = blugon
pkgdesc = simple Blue Light Filter for X written in Python
pkgver = 1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jumper149/blugon
arch = x86_64
license = Apache
+ depends = libx11
+ depends = libxrandr
depends = python
optdepends = xorg-xgamma: backend
source = git+https://github.com/jumper149/blugon.git
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"