summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df0810448d27..9019e47af505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = corefreq-git
pkgdesc = A CPU monitoring software with BIOS like functionalities
- pkgver = 1.94.4.r7.g0116ad7
+ pkgver = 1.95.5.r0.g34efe5d
pkgrel = 1
url = https://github.com/cyring/CoreFreq
arch = x86_64
license = GPL2
makedepends = git
depends = dkms
- source = git+https://github.com/cyring/CoreFreq.git#branch=develop
+ source = git+https://github.com/cyring/CoreFreq.git#branch=master
source = dkms.conf
source = honor-archlinux-compiler-flags.patch
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index afec3b9d5a07..3d190a22ef10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgbase=corefreq-git
pkgname=(corefreq-client-git corefreq-server-git corefreq-dkms-git)
_gitname=CoreFreq
_pkgbase=${pkgbase%-*}
-pkgver=1.94.4.r7.g0116ad7
+pkgver=1.95.5.r0.g34efe5d
pkgrel=1
pkgdesc="A CPU monitoring software with BIOS like functionalities"
arch=('x86_64')
@@ -21,7 +21,7 @@ url='https://github.com/cyring/CoreFreq'
license=('GPL2')
depends=('dkms')
makedepends=('git')
-source=(git+"${url}.git#branch=develop"
+source=(git+"${url}.git#branch=master"
'dkms.conf'
'honor-archlinux-compiler-flags.patch')
b2sums=('SKIP'