summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Wizetek2020-04-09 21:10:09 -0400
committerTom Wizetek2020-04-09 21:10:09 -0400
commitc83776beeeb41ce04983a196fb6f779f5829c80e (patch)
tree30848a1697684f83209f71b3936f70ad10c9ce48
parentbd216b8d68f51cd1e962b673e3eb1438c17db1d2 (diff)
downloadaur-c83776beeeb41ce04983a196fb6f779f5829c80e.tar.gz
added provides and conflicts
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 179fcbc6afec..d6ed5482ace1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,13 @@
pkgname=redshifter
pkgver=20200404
pkgrel=1
-pkgdesc="Control redshift color temperature and brightness"
+pkgdesc="Control redshift color temperature and brightness (blue light filter)"
arch=('any')
url="https://github.com/wizetek/bash/blob/master/redshifter"
license=('GPL')
depends=('redshift' 'bc' 'bash')
+provides=('redshifter')
+conflicts=('redshifter')
source=("https://raw.githubusercontent.com/wizetek/bash/master/redshifter")
md5sums=('0fe6eba2d4644d88b8e3c17c7f1f7385')