summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a12d6cfd6a00..3cdf8320c251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = nbfc-linux
pkgdesc = Lightweight C port of NoteBook FanControl (no Mono required)
- pkgver = 0.1.7
- pkgrel = 3
+ pkgver = 0.1.12
+ pkgrel = 1
url = https://github.com/nbfc-linux/nbfc-linux
arch = i686
arch = x86_64
license = GPL3
- optdepends = dmidecode: for getting recommended notebook configurations
provides = nbfc
conflicts = nbfc
- source = nbfc-linux-0.1.7.tar.gz::https://github.com/nbfc-linux/nbfc-linux/archive/refs/tags/0.1.7.tar.gz
- sha512sums = 445fb723e62749b0a760dad34e507c45e6502f9f45272eba192b377587e98bf8373284e155ccbe145bb08e3aa4ca611bb82db1f4e99b04c865332f9a5c6df6ef
+ source = nbfc-linux-0.1.12.tar.gz::https://github.com/nbfc-linux/nbfc-linux/archive/refs/tags/0.1.12.tar.gz
+ sha512sums = 29209e71a2e4e21139195ce7889a11f84d1326c2ec344a584f21ef3f256bd05566983fc323a743f584bb670e22bc3a17da999a5eb0d9033a0b6e5ea021707723
pkgname = nbfc-linux
diff --git a/PKGBUILD b/PKGBUILD
index d86f4ec9bfdf..a54af7c8b7fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
# Contributor: Benjamin Abendroth <braph93@gmx.de>
pkgname=nbfc-linux
-pkgver=0.1.7
-pkgrel=3
+pkgver=0.1.12
+pkgrel=1
pkgdesc="Lightweight C port of NoteBook FanControl (no Mono required)"
arch=('i686' 'x86_64')
url="https://github.com/nbfc-linux/nbfc-linux"
-optdepends=('dmidecode: for getting recommended notebook configurations')
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=('445fb723e62749b0a760dad34e507c45e6502f9f45272eba192b377587e98bf8373284e155ccbe145bb08e3aa4ca611bb82db1f4e99b04c865332f9a5c6df6ef')
+sha512sums=('29209e71a2e4e21139195ce7889a11f84d1326c2ec344a584f21ef3f256bd05566983fc323a743f584bb670e22bc3a17da999a5eb0d9033a0b6e5ea021707723')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"