summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2021-02-21 17:17:42 +0100
committerSophie Tauchert2021-02-21 17:17:42 +0100
commitbfef782851d0903d117a8d9c78da9bf24fb303c7 (patch)
tree39ce4f4dd6d62cbd577ab0715fc475a7430a44d4
parent5608d983cdcb6434ac4d12a1cc3abcce2b38c57e (diff)
downloadaur-bfef782851d0903d117a8d9c78da9bf24fb303c7.tar.gz
Update to v1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de95abe0fa6f..ce8d021e358c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gkraken
pkgdesc = GUI that allows to control cooling of NZXT Kraken X (X42, X52, X62 or X72) pumps from Linux
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://gitlab.com/leinardi/gkraken
install = gkraken.install
@@ -21,9 +21,9 @@ pkgbase = gkraken
depends = python-pyxdg
depends = python-requests
depends = python-rx
- source = https://gitlab.com/leinardi/gkraken/-/archive/1.0.0/gkraken-1.0.0.tar.gz
+ source = https://gitlab.com/leinardi/gkraken/-/archive/1.0.1/gkraken-1.0.1.tar.gz
source = 60-gkraken.rules
- sha256sums = 3e8503eea5e61ee58245179dd03613fce7297e84177537c7411962dafaa3511e
+ sha256sums = ab4c22d311b9e04abb9dc1c3eca98dcd44e1848097e169be0c6aad1f40c57cb1
sha256sums = 26ce441dbe4a6e4e0ae879570612aa60e268eb0a5ef26589c40ad117b51bfb8c
pkgname = gkraken
diff --git a/PKGBUILD b/PKGBUILD
index 600926a78927..facb9017af0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gkraken
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="GUI that allows to control cooling of NZXT Kraken X (X42, X52, X62 or X72) pumps from Linux"
arch=('any')
@@ -14,7 +14,7 @@ conflicts=()
install="$pkgname.install"
source=("https://gitlab.com/leinardi/gkraken/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'60-gkraken.rules')
-sha256sums=('3e8503eea5e61ee58245179dd03613fce7297e84177537c7411962dafaa3511e'
+sha256sums=('ab4c22d311b9e04abb9dc1c3eca98dcd44e1848097e169be0c6aad1f40c57cb1'
'26ce441dbe4a6e4e0ae879570612aa60e268eb0a5ef26589c40ad117b51bfb8c')
build() {