summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e335ad01416c..88d12aec8462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nbfc-linux
pkgdesc = Lightweight C port of NoteBook FanControl (no Mono required)
- pkgver = 0.1.0
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/braph/nbfc-linux
arch = i686
@@ -10,7 +10,7 @@ pkgbase = nbfc-linux
optdepends = dmidecode: for getting recommended notebook configurations
provides = nbfc
conflicts = nbfc
- source = https://github.com/braph/nbfc-linux/archive/refs/tags/0.1.0.tar.gz
- sha512sums = 19b9f7d1f2da4186085aebf29f30152b7eae8bfc4313c07fe92dd4cc6545f4cece7362dba0ee36351f09ccff44437670eac72f544cbce69ff655caf771e3e043
+ source = https://github.com/braph/nbfc-linux/archive/refs/tags/0.1.3.tar.gz
+ sha512sums = 0495c63ad3866468d53583690a4ba903bdc48741f44afdd492d6353e90288655709062ab4414da772a5616ce0dad51d67b9252ffd732da7586736a8e9b7dd695
pkgname = nbfc-linux
diff --git a/PKGBUILD b/PKGBUILD
index 48bb32e1240d..53ed69de77b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Benjamin Abendroth <braph93@gmx.de>
pkgname=nbfc-linux
-pkgver=0.1.0
+pkgver=0.1.3
pkgrel=1
pkgdesc="Lightweight C port of NoteBook FanControl (no Mono required)"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL3')
conflicts=('nbfc')
provides=('nbfc')
source=("https://github.com/braph/nbfc-linux/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('19b9f7d1f2da4186085aebf29f30152b7eae8bfc4313c07fe92dd4cc6545f4cece7362dba0ee36351f09ccff44437670eac72f544cbce69ff655caf771e3e043')
+sha512sums=('0495c63ad3866468d53583690a4ba903bdc48741f44afdd492d6353e90288655709062ab4414da772a5616ce0dad51d67b9252ffd732da7586736a8e9b7dd695')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"