[arch-commits] Commit in redshift/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Thu Jan 8 08:52:44 UTC 2015


    Date: Thursday, January 8, 2015 @ 09:52:44
  Author: lfleischer
Revision: 125584

upgpkg: redshift 1.10-1

Upstream update.

Modified:
  redshift/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-08 01:07:04 UTC (rev 125583)
+++ PKGBUILD	2015-01-08 08:52:44 UTC (rev 125584)
@@ -6,25 +6,25 @@
 # Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
 
 pkgname=redshift
-pkgver=1.9.1
+pkgver=1.10
 pkgrel=1
 pkgdesc='Adjusts the color temperature of your screen according to your surroundings.'
 arch=('i686' 'x86_64')
 url='http://jonls.dk/redshift/'
 license=('GPL3')
-depends=('geoclue' 'libdrm' 'libxcb' 'libxxf86vm')
+depends=('geoclue2' 'libdrm' 'libxcb' 'libxxf86vm')
 optdepends=('python-gobject: for redshift-gtk'
             'python-xdg: for redshift-gtk'
             'librsvg: for redshift-gtk')
-makedepends=('python')
+makedepends=('intltool' 'python')
 install='redshift.install'
 source=("https://github.com/jonls/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('4c5dd6ea043116f9c15a9d5ec4c608de')
+md5sums=('3a5480b8dd5d28a877a0cb407619fd76')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode --enable-geoclue \
+  ./configure --prefix=/usr --enable-drm --enable-randr --enable-vidmode --enable-geoclue2 \
     --with-systemduserunitdir=/usr/lib/systemd/user
   make
 }



More information about the arch-commits mailing list