summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2016-08-03 22:57:56 +0200
committerMattias Andrée2016-08-03 22:57:56 +0200
commitc890e150d3e6e2ed1d8c054aeb19b630df5a3c53 (patch)
tree070d6f50656c273e11b42a4bea30ca67653bfab7
parentf5c98166fe6cf4676ed5a697375f87f6c6f8952d (diff)
downloadaur-c890e150d3e6e2ed1d8c054aeb19b630df5a3c53.tar.gz
Update to 1.90.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d934339b816..a0da27526dd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 13:00:26 UTC 2016
+# Wed Aug 3 20:57:56 UTC 2016
pkgbase = blueshift
pkgdesc = An extensible and highly configurable alternative to redshift
- pkgver = 1.90.4
- pkgrel = 3
+ pkgver = 1.90.5
+ pkgrel = 1
url = https://github.com/maandree/blueshift
install = blueshift.install
arch = i686
@@ -28,8 +28,8 @@ pkgbase = blueshift
optdepends = adjbacklight: for backlight adjustments without root requirements
optdepends = linux: for backlight support
optdepends = wget: for weather support, default command
- source = https://github.com/maandree/blueshift/archive/1.90.4.tar.gz
- sha256sums = d4b8d4e9745d1604d9a3b03d4e9bc4ee3228fa1047f9a3d34b854d06a2e5d0d3
+ source = https://github.com/maandree/blueshift/archive/1.90.5.tar.gz
+ sha256sums = 437a5a52ade46115fec52fcd6158f6e6a7f9fe5446842c0cca8078344c1391ee
pkgname = blueshift
diff --git a/PKGBUILD b/PKGBUILD
index b0efd39e06de..093f06834fe4 100644
--- a/PKGBUILD
+++ b/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() {