summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Klevtsov2020-12-18 23:13:41 +0700
committerArtem Klevtsov2020-12-18 23:13:41 +0700
commitb155dbe56d9bcc7b19eec8e2b8bd232308b77ce9 (patch)
tree3b2aa3d2667afed82b2b0ef78d839c0111c6a43c
parent91867fd70b4664a45cf8b705bbd5e7f91c80b64d (diff)
downloadaur-b155dbe56d9bcc7b19eec8e2b8bd232308b77ce9.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a95971a5ef4a..739b5232b179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fancon
pkgdesc = A Linux fan control daemon
- pkgver = 0.22.0
+ pkgver = 0.23.5
pkgrel = 1
url = https://github.com/hbriese/fancon
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = fancon
depends = grpc
depends = boost-libs
conflicts = fancon-git
- source = https://github.com/hbriese/fancon/archive/v0.22.0.tar.gz
- sha512sums = b3a4e5fd253c850befde8200618d041ab09dc0d3f0c19547920d0e104df9a34f730656313bf9d4b02e7464faeba518a8a881b7a8f89f42483a332d0b37455910
+ source = https://github.com/hbriese/fancon/archive/v0.23.5.tar.gz
+ sha512sums = bd83e0bda10d02ad035cc49ce1666faff6cb9a5a80318413a663c9919a0daf26504b14abad9c4719c87792eb507a54ad35dad03cbde16c52d999f47bc6e462a0
pkgname = fancon
diff --git a/PKGBUILD b/PKGBUILD
index a4eee19a1aee..979089752e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Artem Klevtsov <a.a.klevtsov@gmail com>
pkgname=fancon
-pkgver=0.22.0
+pkgver=0.23.5
pkgrel=1
pkgdesc="A Linux fan control daemon"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('lm_sensors' 'grpc' 'boost-libs')
makedepends=('clang>=9.0' 'cmake>=3.13' 'boost' 'protobuf' 'libx11' 'pstreams' 'libxnvctrl')
source=("https://github.com/hbriese/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('b3a4e5fd253c850befde8200618d041ab09dc0d3f0c19547920d0e104df9a34f730656313bf9d4b02e7464faeba518a8a881b7a8f89f42483a332d0b37455910')
+sha512sums=('bd83e0bda10d02ad035cc49ce1666faff6cb9a5a80318413a663c9919a0daf26504b14abad9c4719c87792eb507a54ad35dad03cbde16c52d999f47bc6e462a0')
conflicts=("${pkgname}-git")
build() {