summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5830d0ad6d48..09a3fd9fa298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = nbfc-linux-git
pkgdesc = Lightweight C port of NoteBook FanControl (no Mono required)
- pkgver = 0.1.0.r0.g9bf1e1f
+ pkgver = 0.1.5.r4.g6d80216
pkgrel = 1
url = https://github.com/braph/nbfc-linux
arch = i686
arch = x86_64
license = GPL3
- makedepends = lm_sensors
makedepends = git
optdepends = dmidecode: for getting recommended notebook configurations
provides = nbfc
diff --git a/PKGBUILD b/PKGBUILD
index b96d128bb1f5..3c7da8cdcb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=nbfc-linux-git
_pkgname=nbfc-linux
-pkgver=0.1.0.r0.g9bf1e1f
+pkgver=0.1.5.r4.g6d80216
pkgrel=1
pkgdesc="Lightweight C port of NoteBook FanControl (no Mono required)"
arch=('i686' 'x86_64')
url="https://github.com/braph/nbfc-linux"
optdepends=('dmidecode: for getting recommended notebook configurations')
-makedepends=('lm_sensors' 'git')
+makedepends=('git')
license=('GPL3')
provides=('nbfc')
conflicts=('nbfc')