summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Spiridonov2020-05-20 10:30:27 +0300
committerPavel Spiridonov2020-05-20 10:30:27 +0300
commit0e308b04295bc26d3e14ae53712d79939aa0f994 (patch)
tree6622c2a57feb21c0228f262f102170e6cdae707a
parent927d54aebf1f0823283526ca6ff3ce185dcbd70a (diff)
downloadaur-0e308b04295bc26d3e14ae53712d79939aa0f994.tar.gz
added aarch64 platform
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 290eab17f4fe..dbfefacb8bb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cpufrequtils
pkgdesc = This package provides very useful tools to get information about the CPUFreq
pkgver = 008
- pkgrel = 1
+ pkgrel = 2
url = http://kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL2
source = http://deb.debian.org/debian/pool/main/c/cpufrequtils/cpufrequtils_008.orig.tar.bz2
source = 0001-Only-x86-has-cpuid-instruction.patch
diff --git a/PKGBUILD b/PKGBUILD
index 8f03a4cf94a1..36c017ba2613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=cpufrequtils
pkgver=008
-pkgrel=1
+pkgrel=2
pkgdesc="This package provides very useful tools to get information about the CPUFreq"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html"
license=('GPL2')
source=("http://deb.debian.org/debian/pool/main/c/cpufrequtils/cpufrequtils_008.orig.tar.bz2"