summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Springer2019-01-08 01:58:18 +0100
committerFelix Springer2019-01-08 01:58:18 +0100
commit5cf0a7987782a8fbb71554715845248762c00a1e (patch)
tree6cd95a825ab10ab3267db640382a04be0f733102
parent4b5895cea3fce14baead889cf77de39a2d66eda8 (diff)
downloadaur-5cf0a7987782a8fbb71554715845248762c00a1e.tar.gz
added sgc as optdepend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b0f59cbd25..005f1dceadca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = blugon
- pkgdesc = a blue light filter written in python
- pkgver = 1.0
+ pkgdesc = simple Blue Light Filter written in Python
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/jumper149/blugon
arch = x86_64
license = Apache
depends = python
optdepends = xorg-xgamma: backend
+ optdepends = scg: backend
source = git+https://github.com/jumper149/blugon.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4d05577b61fc..4cb79d3d24cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Felix Springer <felixspringer149@gmail.com>
pkgname=blugon
-pkgdesc="a blue light filter written in python"
-pkgver=1.0
+pkgdesc="simple Blue Light Filter written in Python"
+pkgver=1.2
pkgrel=1
arch=('x86_64')
url="https://github.com/jumper149/blugon"
license=('Apache')
depends=('python')
-optdepends=('xorg-xgamma: backend')
+optdepends=('xorg-xgamma: backend'
+ 'scg: backend')
source=('git+https://github.com/jumper149/blugon.git')
_gitname="blugon"
sha256sums=('SKIP')