diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-13 02:04:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-13 02:04:39 +0100 |
commit | 8087bb701d1cf65bccd9b08c17ee32551ab5163c (patch) | |
tree | 3f50581e035d3f4a00eba43f1959d3668c163575 | |
parent | typo (diff) | |
download | blueshift-8087bb701d1cf65bccd9b08c17ee32551ab5163c.tar.gz blueshift-8087bb701d1cf65bccd9b08c17ee32551ab5163c.tar.bz2 blueshift-8087bb701d1cf65bccd9b08c17ee32551ab5163c.tar.xz |
update dist
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-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 3432930..f73a828 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.90.3 +pkgver=1.90.4 pkgrel=1 pkgdesc="An extensible and highly configurable alternative to redshift" arch=(i686 x86_64) @@ -14,7 +14,7 @@ optdepends=('adjbacklight: for backlight adjustments without root requirements' makedepends=(cython gcc python3 libxcb make coreutils sed zip texinfo auto-auto-complete) install=blueshift.install source=($url/archive/$pkgver.tar.gz) -sha256sums=(70bac54b6d8fad0bd2f88dff0d7dca94d3fd316541f23b3326dbbd70982c0698) +sha256sums=(d4b8d4e9745d1604d9a3b03d4e9bc4ee3228fa1047f9a3d34b854d06a2e5d0d3) build() { |