summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d05f51a789c..fdd11ac3d613 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nbfc-linux
pkgdesc = Lightweight C port of NoteBook FanControl (no Mono required)
- pkgver = 0.1.5
- pkgrel = 2
+ pkgver = 0.1.6
+ pkgrel = 1
url = https://github.com/nbfc-linux/nbfc-linux
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = nbfc-linux
optdepends = dmidecode: for getting recommended notebook configurations
provides = nbfc
conflicts = nbfc
- source = nbfc-linux-0.1.5.tar.gz::https://github.com/nbfc-linux/nbfc-linux/archive/refs/tags/0.1.5.tar.gz
- sha512sums = 3acfa0cfa7e72e2dd1a496d6285b79b8bf1fc272b8094c87c656ce4f0ca5a60f308e6966f3374e1af2cd2f8bf32482abd7f215550f807ba8940acd4d44bdff56
+ source = nbfc-linux-0.1.6.tar.gz::https://github.com/nbfc-linux/nbfc-linux/archive/refs/tags/0.1.6.tar.gz
+ sha512sums = d526e566aa0900ab41d60bc1041095323d528b3c131093206530f86eeb343660f9bcc056b228bbbfaad8337983d9a60216e5aa980e82de554af8b66f1a64b06d
pkgname = nbfc-linux
diff --git a/PKGBUILD b/PKGBUILD
index f294106ebefe..c91236ce9e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Benjamin Abendroth <braph93@gmx.de>
pkgname=nbfc-linux
-pkgver=0.1.5
-pkgrel=2
+pkgver=0.1.6
+pkgrel=1
pkgdesc="Lightweight C port of NoteBook FanControl (no Mono required)"
arch=('i686' 'x86_64')
url="https://github.com/nbfc-linux/nbfc-linux"
@@ -12,7 +12,7 @@ license=('GPL3')
conflicts=('nbfc')
provides=('nbfc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nbfc-linux/nbfc-linux/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('3acfa0cfa7e72e2dd1a496d6285b79b8bf1fc272b8094c87c656ce4f0ca5a60f308e6966f3374e1af2cd2f8bf32482abd7f215550f807ba8940acd4d44bdff56')
+sha512sums=('d526e566aa0900ab41d60bc1041095323d528b3c131093206530f86eeb343660f9bcc056b228bbbfaad8337983d9a60216e5aa980e82de554af8b66f1a64b06d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"