summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErikas2019-10-10 19:59:53 +0000
committerErikas2019-10-10 19:59:53 +0000
commit9c04867ec163c9007abc8ccb5dc8720c90c9c47b (patch)
tree9c185f4408ab40f324b69fbe8d02e05d73a9c99a
parent2545486cae55a0f1463a737754f3231767b145fa (diff)
downloadaur-9c04867ec163c9007abc8ccb5dc8720c90c9c47b.tar.gz
Manual update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e249f57084b..7beb3495e7b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = nbfc-git
pkgdesc = Cross-platform fan control service for notebooks (Development version)
pkgver = 1.6.3.r19.g175d92a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hirschmann/nbfc
install = nbfc-git.install
arch = i686
arch = x86_64
license = GPL3
+ makedepends = ncurses<=6.0-4
makedepends = nuget
+ makedepends = git
depends = mono
provides = nbfc
provides = ec-probe
diff --git a/PKGBUILD b/PKGBUILD
index 14f3ef4bb49f..6b40d756cdb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nbfc-git
pkgver=1.6.3.r19.g175d92a
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform fan control service for notebooks (Development version)'
arch=('i686' 'x86_64')
url='https://github.com/hirschmann/nbfc'
@@ -10,9 +10,8 @@ conflicts=('nbfc-beta' 'nbfc')
license=("GPL3")
install=${pkgname}.install
depends=("mono")
-makedepends=('ncurses<=6.0-4')
+makedepends=('ncurses<=6.0-4' 'nuget' 'git')
provides=('nbfc' 'ec-probe')
-makedepends=('nuget')
source=("${pkgname}::git+https://github.com/hirschmann/nbfc.git"
"nbfc"
"ec-probe")