diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-25 13:35:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-25 13:35:08 +0100 |
commit | 1537823a0ef3e7a8f96c711bf4006ac08b920d6f (patch) | |
tree | 670f243cf0f3d7bba4bcb70df3cb0b5d658dcf09 | |
parent | fix interpolation at calculate of correlated colour temperature (diff) | |
download | blueshift-1537823a0ef3e7a8f96c711bf4006ac08b920d6f.tar.gz blueshift-1537823a0ef3e7a8f96c711bf4006ac08b920d6f.tar.bz2 blueshift-1537823a0ef3e7a8f96c711bf4006ac08b920d6f.tar.xz |
bump version
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 | ||||
-rwxr-xr-x | src/__main__.py | 2 |
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 |