summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f59b52b4f54a..78043649ec42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nbfc
- pkgdesc = Cross-platform fan control service for notebooks (STABLE & BETA release)
+ pkgdesc = Cross-platform fan control service for notebooks (STABLE & BETA releases)
pkgver = 1.5.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hirschmann/nbfc
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 896e3d855080..ea7a1a9e0a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgname=nbfc
pkgver=1.5.3
#_version="${pkgver}"
_version="${pkgver}-beta"
-pkgrel=2
-pkgdesc="Cross-platform fan control service for notebooks (STABLE & BETA release)"
+pkgrel=3
+pkgdesc="Cross-platform fan control service for notebooks (STABLE & BETA releases)"
arch=("i686" "x86_64")
url="https://github.com/hirschmann/nbfc"
conflicts=('nbfc-beta' 'nbfc-git')
@@ -36,7 +36,7 @@ package() {
# Make nbfc executable from CLI:
mkdir -p "${pkgdir}/usr/bin"
#
- echo "/opt/nbfc/./nbfc.exe \"\$@\" 2>&1 | sed 's/nbfc.exe/nbfc/g'" > "${pkgdir}/usr/bin/nbfc"
+ echo "mono /opt/nbfc/nbfc.exe \"\$@\" 2>&1 | sed 's/nbfc.exe/nbfc/g'" > "${pkgdir}/usr/bin/nbfc"
chmod 0755 "${pkgdir}/usr/bin/nbfc"
# License: