diff options
Diffstat (limited to 'community/redshift/PKGBUILD')
-rw-r--r-- | community/redshift/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD index fbeb4a814..166657069 100644 --- a/community/redshift/PKGBUILD +++ b/community/redshift/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 31256 2010-10-28 22:51:59Z lfleischer $ +# $Id: PKGBUILD 51577 2011-07-11 18:47:40Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Geoffrey Teale <tealeg@stop-squark> # Contributor: Mark, Huo Mian <markhuomian[at]gmail[dot]com> # Contributor: Biginoz <biginoz a free dot fr> pkgname=redshift -pkgver=1.6 -pkgrel=6 +pkgver=1.7 +pkgrel=1 pkgdesc="Adjusts the color temperature of your screen according to your surroundings." arch=('i686' 'x86_64') url='http://jonls.dk/redshift/' @@ -16,7 +16,7 @@ optdepends=('pyxdg: for gtk-redshift') makedepends=('python2') install='redshift.install' source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2") -md5sums=('bd75b317b8ee492a4483e91a94f2b0c1') +md5sums=('c56512afa292b5a94b715ed4a1841d4c') build() { cd "${srcdir}/${pkgname}-${pkgver}" |