summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErikas2019-05-06 07:46:41 +0300
committerErikas2019-05-06 07:46:41 +0300
commit21722f5381bac99334bd516ee983f974731854d5 (patch)
tree82e59a92c7bb15f2731ab007aad907b776cc68b3
parent56bdd632175043775ecce002474eadf62f8e213d (diff)
downloadaur-21722f5381bac99334bd516ee983f974731854d5.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a191b3cd9d1..ca422ca391ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nbfc
pkgdesc = Cross-platform fan control service for notebooks (STABLE & BETA releases)
- pkgver = 1.6_beta2
- pkgrel = 2
+ pkgver = 1.6.3
+ pkgrel = 1
url = https://github.com/hirschmann/nbfc
install = nbfc.install
arch = i686
@@ -13,10 +13,10 @@ pkgbase = nbfc
provides = ec-probe
conflicts = nbfc-beta
conflicts = nbfc-git
- source = https://github.com/hirschmann/nbfc/archive/1.6-beta2.tar.gz
+ source = https://github.com/hirschmann/nbfc/archive/1.6.3.tar.gz
source = nbfc
source = ec-probe
- md5sums = d2b890d4fcee961024aa61e14a61d741
+ md5sums = 2b61dde6a98622b57d85448e611dd382
md5sums = 2dc636f29fa935ea427e6e67bdb9f65d
md5sums = 81686043a7fc44d620a00a171c917936
diff --git a/PKGBUILD b/PKGBUILD
index 7a08c3aa6f6b..fb0034076c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Erikas Rudinskas <erikmnkl@gmail.com>
pkgname=nbfc
-pkgver=1.6_beta2
+pkgver=1.6.3
_pkgver=$(echo $pkgver | sed -r 's/_/-/g')
_pkgname=nbfc-${_pkgver}
-pkgrel=2
+pkgrel=1
pkgdesc="Cross-platform fan control service for notebooks (STABLE & BETA releases)"
arch=("i686" "x86_64")
url="https://github.com/hirschmann/nbfc"
@@ -18,7 +18,7 @@ makedepends=('nuget')
source=("https://github.com/hirschmann/nbfc/archive/${_pkgver}.tar.gz"
"nbfc"
"ec-probe")
-md5sums=("d2b890d4fcee961024aa61e14a61d741"
+md5sums=("2b61dde6a98622b57d85448e611dd382"
"2dc636f29fa935ea427e6e67bdb9f65d"
"81686043a7fc44d620a00a171c917936")