diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-03 22:58:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-03 22:58:06 +0200 |
commit | 1653b9baaa9f6e3f7edaf1a0b6167d361d25578d (patch) | |
tree | e663d1fc8a80a1b42665dbb92908d4cb2b86deb8 | |
parent | Update: the metar resources have moved (diff) | |
download | blueshift-1653b9baaa9f6e3f7edaf1a0b6167d361d25578d.tar.gz blueshift-1653b9baaa9f6e3f7edaf1a0b6167d361d25578d.tar.bz2 blueshift-1653b9baaa9f6e3f7edaf1a0b6167d361d25578d.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index b0efd39..093f068 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=blueshift -pkgver=1.90.4 -pkgrel=3 +pkgver=1.90.5 +pkgrel=1 pkgdesc="An extensible and highly configurable alternative to redshift" arch=(i686 x86_64) url="https://github.com/maandree/blueshift" @@ -14,7 +14,7 @@ optdepends=('adjbacklight: for backlight adjustments without root requirements' makedepends=(gcc python3 libxcb make coreutils sed zip texinfo auto-auto-complete) install=blueshift.install source=($url/archive/$pkgver.tar.gz) -sha256sums=(d4b8d4e9745d1604d9a3b03d4e9bc4ee3228fa1047f9a3d34b854d06a2e5d0d3) +sha256sums=(437a5a52ade46115fec52fcd6158f6e6a7f9fe5446842c0cca8078344c1391ee) build() { |