summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dist/archlinux/stable/PKGBUILD4
-rwxr-xr-xsrc/__main__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index ed0cbc3..bd1f3f7 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.13
+pkgver=1.14
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 libxxf86vm libx11 libdrm make coreutils sed zip texinfo auto-auto-complete)
install=blueshift.install
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(e7a6abc7381f14e14f55fd18b4ceb452debf8ffc7a542272e3fb9a1ada565828)
+sha256sums=(be116615d196766b51eda882187e14902b108601dfe387a5fa43dbcf8547209b)
build() {
diff --git a/src/__main__.py b/src/__main__.py
index 804b68c..e5e6d9b 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -26,7 +26,7 @@ from argparser import *
PROGRAM_NAME = 'blueshift'
-PROGRAM_VERSION = '1.14'
+PROGRAM_VERSION = '1.15'
## Set global variables