summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrIng2016-10-10 19:02:57 +0200
committerCyrIng2016-10-10 19:02:57 +0200
commit4e839888edece02f1e464b40af71978a47669322 (patch)
tree1467f9942a2a0f45af3610cb2237a3e7815497cd
parent68acea9c9bdd1d026eb32a2dd50d6384b3564dd1 (diff)
downloadaur-4e839888edece02f1e464b40af71978a47669322.tar.gz
CPU Hot-Plug.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d39aee09488..6e09c6a36d64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Sep 27 12:40:54 UTC 2016
+# Mon Oct 10 17:02:39 UTC 2016
pkgbase = corefreq-git
- pkgdesc = CoreFreq, the Processor software with a kernel module to monitor cores activity.
- pkgver = 1.3.1
+ pkgdesc = CoreFreq, a processor monitoring software with a kernel module inside.
+ pkgver = 1.4
pkgrel = 1
url = http://github.com/cyring/CoreFreq
install = corefreq-git.install
arch = x86_64
license = GPL2
makedepends = git
+ makedepends = linux-headers
depends = dkms
source = git+https://github.com/cyring/CoreFreq.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 17b84830d81b..3412df808d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: CyrIng <labs[at]cyring[dot]fr>
# Contributor: CyrIng <labs[at]cyring[dot]fr>
pkgname=corefreq-git
-pkgver=1.3.1
+pkgver=1.4
pkgrel=1
-pkgdesc="CoreFreq, the Processor software with a kernel module to monitor cores activity."
+pkgdesc="CoreFreq, a processor monitoring software with a kernel module inside."
arch=('x86_64')
url='http://github.com/cyring/CoreFreq'
license=('GPL2')
depends=('dkms')
-makedepends=('git')
+makedepends=('git' 'linux-headers')
source=('git+https://github.com/cyring/CoreFreq.git')
md5sums=('SKIP')
install=${pkgname}.install