summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f8ff39d59e5..63a0e8e39683 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = gammastep-git
+pkgbase = gammastep-fade-duration-git
pkgdesc = Adjust the color temperature of your screen according to your surroundings.
- pkgver = 2.0.7.r1.gc5c3ac0
+ pkgver = 2.0.9.r1.geab8be4
pkgrel = 1
url = https://gitlab.com/chinstrap/gammastep
arch = x86_64
@@ -22,11 +22,13 @@ pkgbase = gammastep-git
optdepends = python-xdg: for gammastep-indicator
optdepends = gtk3: for gammastep-indicator
provides = gammastep
+ provides = gammastep-git
conflicts = gammastep
+ conflicts = gammastep-git
source = git+https://gitlab.com/chinstrap/gammastep.git
sha256sums = SKIP
-pkgname = gammastep-git
+pkgname = gammastep-fade-duration-git
depends = geoclue
depends = glibc
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 5f729800c225..065d5a54c857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
# Contributor: David Runge <dvzrv@archlinux.org>
-pkgname=gammastep-git
-pkgver=2.0.7.r1.gc5c3ac0
+pkgname=gammastep-fade-duration-git
+pkgver=2.0.9.r1.geab8be4
pkgrel=1
pkgdesc="Adjust the color temperature of your screen according to your surroundings."
arch=('x86_64')
url="https://gitlab.com/chinstrap/gammastep"
license=('GPL3')
-provides=('gammastep')
-conflicts=('gammastep')
+provides=('gammastep' 'gammastep-git')
+conflicts=('gammastep' 'gammastep-git')
depends=('geoclue' 'glibc' 'hicolor-icon-theme' 'libdrm' 'libx11' 'libxcb'
'libxxf86vm' 'wayland')
makedepends=('git' 'glib2' 'intltool' 'python' 'systemd')