summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2020-06-13 22:49:53 -0700
committerpyamsoft2020-06-13 22:49:53 -0700
commit247e28a53a211a51fa2b6867abec71d54a6f1e23 (patch)
treeab4e0bd0ccb1e2eab7d9c7032b3f0ac3ddf1ccea
parent68dfebba90d735f8a2a77e52458bdcfdfd191560 (diff)
downloadaur-247e28a53a211a51fa2b6867abec71d54a6f1e23.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 984eb7f56d3b..eb1cb7376f55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pstate-frequency
pkgdesc = Easily control Intel p-state driver
pkgver = 3.10.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pyamsoft/pstate-frequency
arch = i686
arch = x86_64
- license = GPLv2
+ license = GPL2
provides = pstate-frequency
conflicts = pstate-frequency
source = https://github.com/pyamsoft/pstate-frequency/archive/3.10.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4d174de19348..fe4b1eab56a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
##
-# Maintainer: pyamsoft <pyam(dot)soft(at)gmail(dot)com>
+# Maintainer: pyamsoft <developer(dot)pyamsoft(at)gmail(dot)com>
##
pkgname=pstate-frequency
@@ -8,7 +8,7 @@ pkgdesc="Easily control Intel p-state driver"
# shellcheck disable=SC2034
pkgver=3.10.4
# shellcheck disable=SC2034
-pkgrel=1
+pkgrel=2
# shellcheck disable=SC2034
arch=('i686' 'x86_64')
# shellcheck disable=SC2034
@@ -22,7 +22,7 @@ provides=('pstate-frequency')
# shellcheck disable=SC2034
conflicts=('pstate-frequency')
# shellcheck disable=SC2034
-license=('GPLv2')
+license=('GPL2')
# shellcheck disable=SC2034
url="https://github.com/pyamsoft/pstate-frequency"
# shellcheck disable=SC2034