summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4439667219b5..8bcec0a2f2fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Wed Mar 28 16:22:19 UTC 2018
pkgbase = blueshift-git
pkgdesc = An extensible and highly configurable alternative to redshift.
- pkgver = 1.90.3.r1.g3f2d049
+ pkgver = 1.90.5.r15.gbb1758e
pkgrel = 1
url = https://github.com/maandree/blueshift
- arch = i686
- arch = x86_64
- license = GPL
+ arch = any
+ license = GPLv3
makedepends = git
+ makedepends = zip
depends = python
depends = pylibgamma
depends = solar-python
diff --git a/PKGBUILD b/PKGBUILD
index 7e4f1472bf30..62af50748a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=blueshift-git
-pkgver=1.90.3.r1.g3f2d049
+pkgver=1.90.5.r15.gbb1758e
pkgrel=1
epoch=
pkgdesc="An extensible and highly configurable alternative to redshift."
@@ -9,7 +9,7 @@ url="https://github.com/maandree/blueshift"
license=('GPLv3')
groups=()
depends=('python' 'pylibgamma' 'solar-python' 'argparser' 'libxcb' 'adjbacklight' 'wget' 'auto-auto-complete')
-makedepends=('git')
+makedepends=('git' 'zip')
optdepends=()
checkdepends=()
provides=()