summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2016-04-08 22:44:11 +0200
committerMattias Andrée2016-04-08 22:44:11 +0200
commita10e27e8f1dbaea68d133410dfeeda9884f6b4b6 (patch)
treed7a3ac81024cccc78cd38427e1ba4d2bf6f26582
parent530a1a260b34a4105758800ccabdc449d25f6def (diff)
downloadaur-a10e27e8f1dbaea68d133410dfeeda9884f6b4b6.tar.gz
Update package release to 1.90.4-2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85716934737e..58e2cb1ea06a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Apr 8 20:44:11 UTC 2016
pkgbase = blueshift
pkgdesc = An extensible and highly configurable alternative to redshift
- pkgver = 1.90.3
- pkgrel = 1
+ pkgver = 1.90.4
+ pkgrel = 2
url = https://github.com/maandree/blueshift
install = blueshift.install
arch = i686
@@ -9,7 +11,6 @@ pkgbase = blueshift
license = AGPL3
license = GPL3
license = custom:GFDL1.3
- makedepends = cython
makedepends = gcc
makedepends = python3
makedepends = libxcb
@@ -27,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.3.tar.gz
- sha256sums = 70bac54b6d8fad0bd2f88dff0d7dca94d3fd316541f23b3326dbbd70982c0698
+ source = https://github.com/maandree/blueshift/archive/1.90.4.tar.gz
+ sha256sums = d4b8d4e9745d1604d9a3b03d4e9bc4ee3228fa1047f9a3d34b854d06a2e5d0d3
pkgname = blueshift
diff --git a/PKGBUILD b/PKGBUILD
index 34329305ec03..f1c35037479b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=blueshift
-pkgver=1.90.3
-pkgrel=1
+pkgver=1.90.4
+pkgrel=2
pkgdesc="An extensible and highly configurable alternative to redshift"
arch=(i686 x86_64)
url="https://github.com/maandree/blueshift"
@@ -11,10 +11,10 @@ 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 make coreutils sed zip texinfo auto-auto-complete)
+makedepends=(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() {