summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2018-04-19 12:15:51 -0400
committerTony Lambiris2018-04-19 12:15:51 -0400
commit6bfb6ac70cec6655f7c94a2df7a3a75b32619fd1 (patch)
treed8d3712d89ed916f89b82001eff7a87a664c57eb
parent2f5c8170b609f8a2e846f1f2d76f479d05ef5282 (diff)
downloadaur-6bfb6ac70cec6655f7c94a2df7a3a75b32619fd1.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--arch.patch9
3 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8691bb293f..3d541bd2e9fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-cpupower-git
pkgdesc = Gnome-Shell Extension for intel-pstate driver
- pkgver = 95.913c97b
+ pkgver = 99.6b926e6
pkgrel = 1
url = https://github.com/martin31821/cpupower
install = cpupower.install
@@ -11,7 +11,7 @@ pkgbase = gnome-shell-extension-cpupower-git
source = git+https://github.com/martin31821/cpupower.git
source = arch.patch
sha256sums = SKIP
- sha256sums = 0b10479c61da00a8229cedfd557b619b6d865016af99dd3ee44eaf638be70a84
+ sha256sums = 29d8f00c5a7f57c1f44ecc6a3b95e04f9807b3051673663ac13a4d36d54a87e1
pkgname = gnome-shell-extension-cpupower-git
diff --git a/PKGBUILD b/PKGBUILD
index 8c52db269ed3..6def885c53ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-cpupower-git
_gitname=cpupower
-pkgver=95.913c97b
+pkgver=99.6b926e6
pkgrel=1
pkgdesc="Gnome-Shell Extension for intel-pstate driver"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('git')
install='cpupower.install'
source=('git+https://github.com/martin31821/cpupower.git' 'arch.patch')
sha256sums=('SKIP'
- '0b10479c61da00a8229cedfd557b619b6d865016af99dd3ee44eaf638be70a84')
+ '29d8f00c5a7f57c1f44ecc6a3b95e04f9807b3051673663ac13a4d36d54a87e1')
pkgver() {
cd $_gitname
@@ -22,7 +22,7 @@ pkgver() {
prepare() {
cd $_gitname
- patch -p1 -i "${srcdir}/arch.patch"
+ patch -Np1 -i "${srcdir}/arch.patch"
}
package() {
diff --git a/arch.patch b/arch.patch
index 193d538beb22..a002e2404217 100644
--- a/arch.patch
+++ b/arch.patch
@@ -1,11 +1,14 @@
diff --git a/metadata.json b/metadata.json
-index 1e40c02..51cb18a 100644
+index 1e40c02..9325dcf 100644
--- a/metadata.json
+++ b/metadata.json
-@@ -1,5 +1,5 @@
+@@ -1,7 +1,7 @@
{
- "localedir":"/usr/local/share/locale",
+ "localedir":"/usr/share/locale",
"shell-version": [
- "3.10", "3.12", "3.14", "3.16", "3.18", "3.20", "3.22", "3.24", "3.26"
+- "3.10", "3.12", "3.14", "3.16", "3.18", "3.20", "3.22", "3.24", "3.26"
++ "3.10", "3.12", "3.14", "3.16", "3.18", "3.20", "3.22", "3.24", "3.26", "3.28"
],
+ "uuid": "cpupower@mko-sl.de",
+ "name": "CPU Power Manager",