From d166bdccad620496bab4cd24c7a67c682cce2df7 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Sun, 8 Jul 2018 22:34:14 +0200 Subject: [PATCH] redshift 1.12 --- redshift/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/redshift/PKGBUILD b/redshift/PKGBUILD index da37959ba..e2d4132ed 100644 --- a/redshift/PKGBUILD +++ b/redshift/PKGBUILD @@ -1,6 +1,6 @@ pkgname=redshift -pkgver=1.11 -pkgrel=2 +pkgver=1.12 +pkgrel=1 pkgdesc='Adjusts the color temperature of your screen according to your surroundings' arch=('x86_64') url='http://jonls.dk/redshift/' @@ -8,13 +8,16 @@ license=('GPL3') depends=('libxxf86vm' 'libdrm' 'libxcb' 'geoclue') makedepends=('python3' 'intltool') source=("https://github.com/jonls/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz") -sha256sums=('10e350f93951c0521dd6f103d67a485972c307214f036e009acea2978fe4f359') +sha256sums=('d2f8c5300e3ce2a84fe6584d2f1483aa9eadc668ab1951b2c2b8a03ece3a22ba') build() { cd $pkgname-$pkgver ./configure --disable-gui \ --disable-ubuntu \ - --disable-drm \ + --enable-drm \ + --enable-randr \ + --enable-vidmode \ + --enable-geoclue2 \ --prefix=/usr make }