summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f101f9e6491..b4ec641bd893 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gammy-git
pkgdesc = Adaptive screen brightness/temperature tool.
pkgver = 0.9.64.r4.gf42577a
- pkgrel = 2
+ pkgrel = 3
url = https://getgammy.com
arch = x86_64
license = GPL3
@@ -14,6 +14,6 @@ pkgbase = gammy-git
source = git+https://github.com/Fushko/gammy.git
source = https://github.com/Fushko/gammy/pull/119.patch
sha256sums = SKIP
- sha256sums = 786ff6bb674feb4cacdbd4e79b428eb03ca5716533d765ff99b16a23ad3e306b
+ sha256sums = 8b96a361c39351cde45d73947f55ad1d64b98c43617dad5a3c901c6c668ba1ed
pkgname = gammy-git
diff --git a/PKGBUILD b/PKGBUILD
index 4ae359c713ab..0503605cc4ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gammy-git
pkgver=0.9.64.r4.gf42577a
-pkgrel=2
+pkgrel=3
pkgdesc="Adaptive screen brightness/temperature tool."
arch=('x86_64')
url="https://getgammy.com"
@@ -13,7 +13,7 @@ conflicts=("${pkgname%-git}")
source=('git+https://github.com/Fushko/gammy.git'
'https://github.com/Fushko/gammy/pull/119.patch')
sha256sums=('SKIP'
- '786ff6bb674feb4cacdbd4e79b428eb03ca5716533d765ff99b16a23ad3e306b')
+ '8b96a361c39351cde45d73947f55ad1d64b98c43617dad5a3c901c6c668ba1ed')
pkgver() {
cd "$srcdir/${pkgname%-git}"