summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErikas2018-02-28 01:16:38 +0200
committerErikas2018-02-28 01:16:38 +0200
commit58c8368f17f2bfdfc0d751590ff85bf8221cccc2 (patch)
treee4700b3b3a374b52b528c0c158ac6a4af6f4d9c8
parentc00fb2abcbda6e60d273808438ed6dacb661fbf4 (diff)
downloadaur-58c8368f17f2bfdfc0d751590ff85bf8221cccc2.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f522215de09d..d3240fdedb19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = nbfc-git
pkgdesc = Cross-platform fan control service for notebooks (Development version)
pkgver = 1.5.3.r65.ga2465ad
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hirschmann/nbfc
arch = i686
arch = x86_64
license = GPL3
makedepends = nuget
depends = mono
- depends = ncurses<=6.0-4
provides = nbfc
provides = ec-probe
conflicts = nbfc-beta
diff --git a/PKGBUILD b/PKGBUILD
index 5d3d0659edad..20e6973ebffb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=nbfc-git
pkgver=1.5.3.r65.ga2465ad
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform fan control service for notebooks (Development version)"
arch=("i686" "x86_64")
url="https://github.com/hirschmann/nbfc"
conflicts=('nbfc-beta' 'nbfc')
license=("GPL3")
-depends=("mono" "ncurses<=6.0-4")
+depends=("mono")
+makedepends=("ncurses<=6.0-4")
provides=("nbfc" "ec-probe")
makedepends=("nuget")
source=("${pkgname}::git+https://github.com/hirschmann/nbfc.git")