summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed8de91fa8cb..065e3daeaf47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
pkgver = 1.2.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pyamsoft/pstate-frequency/archive/1.2.12.tar.gz
arch = i686
arch = x86_64
license = GPLv2
+ makedepends = gawk
depends = coreutils
- optdepends = x86_energy_perf_policy
+ optdepends = x86_energy_perf_policy: For x86_energy_perf_policy-sleep.service
provides = pstate-frequency
conflicts = pstate-frequency
source = https://github.com/pyamsoft/pstate-frequency/archive/1.2.12.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 736d5e772958..3bb0dff97126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
##
-# Maintainer: pyamsoft <pyam.soft@gmail.com>
+# Maintainer: pyamsoft <pyam(dot)soft(at)gmail(dot)com>
##
pkgname=pstate-frequency
pkgdesc="Easily control Intel p-state driver"
pkgver=1.2.12
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
depends=('coreutils')
-makedepends=()
-optdepends=('x86_energy_perf_policy')
+makedepends=('gawk')
+optdepends=('x86_energy_perf_policy: For x86_energy_perf_policy-sleep.service')
provides=('pstate-frequency')
conflicts=('pstate-frequency')
license=('GPLv2')