diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-14 03:11:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-14 03:11:17 +0100 |
commit | 8116f4df7efbc2e3fc74d402f65262f90d28f739 (patch) | |
tree | 45e339067c70b93f8a842ea84f489bf78dd71e1d | |
parent | add ttymode support for all examples missing it and uses randr or vidmode, except the xmonad example becuase xmonad does not run in tty (diff) | |
download | blueshift-8116f4df7efbc2e3fc74d402f65262f90d28f739.tar.gz blueshift-8116f4df7efbc2e3fc74d402f65262f90d28f739.tar.bz2 blueshift-8116f4df7efbc2e3fc74d402f65262f90d28f739.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 5ad48fc..52aa00f 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=blueshift -pkgver=1.9 +pkgver=1.10 pkgrel=1 pkgdesc="An extensible and highly configurable alternative to redshift" arch=(i686 x86_64) @@ -13,7 +13,7 @@ optdepends=('adjbacklight: for backlight adjustments without root requirements' makedepends=(cython gcc python3 libxcb libxxf86vm libx11 libdrm make coreutils sed zip texinfo auto-auto-complete) install=blueshift.install source=($url/archive/$pkgver.tar.gz) -sha256sums=(43499e5549ce26c5145a9a8f6bc0302d83d875d38fcea34a063e2c6b5545d65e) +sha256sums=(c492f6484e4ccbb4dc68d90d284c360e0c78300e3eafd245292c61ace2fccbc8) build() { |