summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09a3fd9fa298..5267c7fa643d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nbfc-linux-git
pkgdesc = Lightweight C port of NoteBook FanControl (no Mono required)
- pkgver = 0.1.5.r4.g6d80216
- pkgrel = 1
- url = https://github.com/braph/nbfc-linux
+ pkgver = 0.1.5.r0.g8d5f1fa
+ pkgrel = 2
+ url = https://github.com/nbfc-linux/nbfc-linux
arch = i686
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = nbfc-linux-git
optdepends = dmidecode: for getting recommended notebook configurations
provides = nbfc
conflicts = nbfc
- source = nbfc-linux::git+https://github.com/braph/nbfc-linux.git
+ source = nbfc-linux::git+https://github.com/nbfc-linux/nbfc-linux.git
sha256sums = SKIP
pkgname = nbfc-linux-git
diff --git a/PKGBUILD b/PKGBUILD
index 3c7da8cdcb9b..863e83fa0205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=nbfc-linux-git
_pkgname=nbfc-linux
-pkgver=0.1.5.r4.g6d80216
-pkgrel=1
+pkgver=0.1.5.r0.g8d5f1fa
+pkgrel=2
pkgdesc="Lightweight C port of NoteBook FanControl (no Mono required)"
arch=('i686' 'x86_64')
-url="https://github.com/braph/nbfc-linux"
+url="https://github.com/nbfc-linux/nbfc-linux"
optdepends=('dmidecode: for getting recommended notebook configurations')
makedepends=('git')
license=('GPL3')