summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Springer2020-05-07 21:04:42 +0200
committerFelix Springer2020-05-07 21:04:42 +0200
commit93257a72fe02a5b50342429b25d537182f64f6be (patch)
tree49efb66695797b9857b27d19888854950b7b83a4
parent01346b2264be8ce7ba05b2c14a675f95e181d95b (diff)
downloadaur-93257a72fe02a5b50342429b25d537182f64f6be.tar.gz
bump version to 1.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 007f1dae1409..e015ca9e5c12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blugon
pkgdesc = simple and configurable Blue Light Filter for X
- pkgver = 1.12.0
+ pkgver = 1.12.1
pkgrel = 1
url = https://github.com/jumper149/blugon
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = blugon
depends = libxrandr
depends = python
optdepends = xorg-xgamma: backend
- source = https://github.com/jumper149/blugon/archive/1.12.0.tar.gz
- sha256sums = b22a0d432d68a38131b6dd673c6a6358ae43ea7a2757432afafc5285a5865acf
+ source = https://github.com/jumper149/blugon/archive/1.12.1.tar.gz
+ sha256sums = e92a8c0d3152f4749228b10d52eccfa9ec4414b50a39995153b8f48e486df11e
pkgname = blugon
diff --git a/PKGBUILD b/PKGBUILD
index cb97aa411c85..5d872149e51a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=blugon
pkgdesc="simple and configurable Blue Light Filter for X"
-pkgver=1.12.0
+pkgver=1.12.1
pkgrel=1
arch=('x86_64')
url="https://github.com/jumper149/blugon"
@@ -10,7 +10,7 @@ license=('Apache')
depends=('libx11' 'libxrandr' 'python')
optdepends=('xorg-xgamma: backend')
source=("https://github.com/jumper149/blugon/archive/${pkgver}.tar.gz")
-sha256sums=('b22a0d432d68a38131b6dd673c6a6358ae43ea7a2757432afafc5285a5865acf')
+sha256sums=('e92a8c0d3152f4749228b10d52eccfa9ec4414b50a39995153b8f48e486df11e')
build() {
cd "${pkgname}-${pkgver}"