diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-14 12:09:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-14 12:09:56 +0200 |
commit | 0e1f2ddf27724adf22453ae815111c610fc895d1 (patch) | |
tree | 608aa2a12bbcccd78fba084d809bc17ff8bc2ff6 /dist | |
parent | use pylibgamma (diff) | |
download | blueshift-0e1f2ddf27724adf22453ae815111c610fc895d1.tar.gz blueshift-0e1f2ddf27724adf22453ae815111c610fc895d1.tar.bz2 blueshift-0e1f2ddf27724adf22453ae815111c610fc895d1.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index ddcbdb4..ea5a120 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,20 +1,20 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=blueshift -pkgver=1.19 +pkgver=1.90 pkgrel=1 pkgdesc="An extensible and highly configurable alternative to redshift" arch=(i686 x86_64) url="https://github.com/maandree/blueshift" license=('AGPL3' 'GPL3' 'custom:GFDL1.3') -depends=(python3 solar-python argparser libxcb libxxf86vm libx11 libdrm) +depends=(python3 solar-python argparser pylibgamma libxcb) optdepends=('adjbacklight: for backlight adjustments without root requirements' 'linux: for backlight support' 'wget: for weather support, default command') -makedepends=(cython gcc python3 libxcb libxxf86vm libx11 libdrm make coreutils sed zip texinfo auto-auto-complete) +makedepends=(cython gcc python3 libxcb make coreutils sed zip texinfo auto-auto-complete) install=blueshift.install source=($url/archive/$pkgver.tar.gz) -sha256sums=(20b607a541899e36266cd2a049050fa0ad3f11132e71181c0b1b86f5296c63d5) +sha256sums=(d740bbbff9cd780692bb860fecce1f301a33f8545e34a3fa832bf5c5417ffe21) build() { |