summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-05-10 14:02:29 +0200
committerFrancesco Minnocci2021-05-10 14:02:29 +0200
commitd036f0df2c68303975e4e9f2ff21dcd9125df252 (patch)
tree47abbf2d8c63a6a77ae112fbcf3804031e203f40
parentc44c235542ed860ce9ec45491f97819f7fff12c4 (diff)
downloadaur-nbfc-git.tar.gz
Revert to xbuild for now(see comments)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 750b07f01922..945cc2c4c001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
pkgbase = nbfc-git
pkgdesc = Cross-platform fan control service for notebooks (Development version)
pkgver = 1.6.3.r40.gfc9fb97
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hirschmann/nbfc
install = nbfc-git.install
arch = i686
arch = x86_64
license = GPL3
makedepends = nuget
- makedepends = mono-msbuild
makedepends = git
depends = mono
provides = nbfc
- provides = ec-probe
- conflicts = nbfc-beta
conflicts = nbfc
source = nbfc-git::git+https://github.com/hirschmann/nbfc.git
source = nbfc
diff --git a/PKGBUILD b/PKGBUILD
index 35768dba980e..366d41326a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,18 @@
pkgname=nbfc-git
pkgver=1.6.3.r40.gfc9fb97
-pkgrel=2
+pkgrel=3
pkgdesc='Cross-platform fan control service for notebooks (Development version)'
url="https://github.com/hirschmann/nbfc"
arch=('i686' 'x86_64')
-conflicts=('nbfc-beta' 'nbfc')
+conflicts=('nbfc')
+provides=('nbfc')
license=('GPL3')
install=${pkgname}.install
depends=('mono')
-makedepends=('nuget' 'mono-msbuild' 'git')
-provides=('nbfc' 'ec-probe')
+# makedepends=('nuget' 'mono-msbuild' 'git')
+makedepends=('nuget' 'git')
+provides=('nbfc')
source=("${pkgname}::git+https://github.com/hirschmann/nbfc.git"
"nbfc"
"ec-probe")
@@ -30,7 +32,8 @@ build() {
cd "${srcdir}/${pkgname}"
nuget restore NoteBookFanControl.sln
- msbuild -m /t:Build /p:Configuration=ReleaseLinux NoteBookFanControl.sln
+ # msbuild -m /t:Build /p:Configuration=ReleaseLinux NoteBookFanControl.sln
+ xbuild /t:Build /p:Configuration=ReleaseLinux NoteBookFanControl.sln
}
package() {