summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorh8red2016-11-08 16:09:37 +0300
committerh8red2016-11-08 16:09:37 +0300
commit69707ec9f535b15f09145bb30796cbb81c13907b (patch)
treeebc011d21c544b2a4dabd7aee3b7ca6a944a8f98
parentd630474da42dd527731eb8e7cbfc642feb60766c (diff)
downloadaur-69707ec9f535b15f09145bb30796cbb81c13907b.tar.gz
update to pkgrel=10
-rw-r--r--PKGBUILD4
-rw-r--r--cpupower.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b5a6aa94823..cbec40a02c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=cpufreqd
pkgver=2.4.2
-pkgrel=9
+pkgrel=10
pkgdesc="A small daemon to adjust cpu speed (and indeed voltage)"
arch=('i686' 'x86_64')
url="http://www.linux.it/~malattia/wiki/index.php/Cpufreqd"
@@ -24,7 +24,7 @@ md5sums=('2ca80a77849c9a69b81e27c1843c97f5'
'4d0fafbdb5f1b7313fdeb6f1250ef34f'
'4213dced234d7700dd012d3f63349cd1'
'd0df76dce1bc6cc021b199f820b748b9'
- 'cbc349fa8d4e83a45e9c9e45356648be')
+ '7debc75713aff93e0545b80821099810')
build() {
cd ${srcdir}
diff --git a/cpupower.patch b/cpupower.patch
index a104ed5f9e0c..cc9da4405bff 100644
--- a/cpupower.patch
+++ b/cpupower.patch
@@ -16,7 +16,7 @@
-AC_CHECK_LIB([cpufreq], [cpufreq_cpu_exists],
- [ CPUFREQD_LDFLAGS="${CPUFREQD_LDFLAGS} -lcpufreq" ],
- [ AC_MSG_ERROR([You need libcpufreq from cpufrequtils to build cpufreqd]) ])
-+AC_CHECK_LIB([cpupower], [cpufreq_cpu_exists],
++AC_CHECK_LIB([cpupower], [cpufreq_get_freq_kernel],
+ [ CPUFREQD_LDFLAGS="${CPUFREQD_LDFLAGS} -lcpupower" ],
+ [ AC_MSG_ERROR([You need libcpupower from cpupower to build cpufreqd]) ])
AC_SUBST(CPUFREQD_LDFLAGS)