summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParmjot Singh2024-02-18 19:59:31 +1300
committerParmjot Singh2024-02-18 19:59:31 +1300
commit2cb3f7935e7e0252e15d8dbcf1309ab246e143cf (patch)
treed6b11ac637e1f3c42bb0349f75e5d97f07011ed9
parentb1b98cb5ca1130a7e590487158d15ecee678ef3f (diff)
downloadaur-2cb3f7935e7e0252e15d8dbcf1309ab246e143cf.tar.gz
update package
also edited 2nd patch file to fix dumb bug
-rw-r--r--.SRCINFO10
-rw-r--r--002-fix-other-icon-path.patch9
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 808526ebfb3c..1c34ed926837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = auto-cpufreq
pkgdesc = Automatic CPU speed & power optimizer
- pkgver = 2.1.0
- pkgrel = 4
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/AdnanHodzic/auto-cpufreq
install = auto-cpufreq.install
arch = any
@@ -21,13 +21,13 @@ pkgbase = auto-cpufreq
depends = dmidecode
depends = gobject-introspection
depends = gtk3
- source = auto-cpufreq-2.1.0.tar.gz::https://github.com/AdnanHodzic/auto-cpufreq/archive/v2.1.0.tar.gz
+ source = auto-cpufreq-2.2.0.tar.gz::https://github.com/AdnanHodzic/auto-cpufreq/archive/v2.2.0.tar.gz
source = auto-cpufreq.service
source = 001-fix-icon-n-style-locations.patch
source = 002-fix-other-icon-path.patch
- sha256sums = 77a5ce9dc8044c5e5bf5770a6c3e16a252f8cef8c80ecc6eed9fefddc6ec825b
+ sha256sums = d84d45a1638f5bff72b5ce7c1653886143cdbb4c6b198e63e054b6a18f7ade68
sha256sums = b9233e3ae649cd1a0f91cb2d1f3ddc8eb48e475882a0d3ff5ab51295f0a30d56
sha256sums = afe7e64dbde2ea599b319e8632d72a3c237b5c4275dd31d0f40e39719193a67b
- sha256sums = c89514e12efcb161d678e6c0c978e08faf41a08625bd4a83b893c1e05cd8429e
+ sha256sums = 1f6ee3f549a0fe4d818c8301d9e6a893bfb473ad3c0d9d0b93d38fd4a6635dc5
pkgname = auto-cpufreq
diff --git a/002-fix-other-icon-path.patch b/002-fix-other-icon-path.patch
index 6a6b1b0db5b5..4fa9de2efd51 100644
--- a/002-fix-other-icon-path.patch
+++ b/002-fix-other-icon-path.patch
@@ -10,12 +10,3 @@ diff '--color=auto' --unified --recursive --text src/auto-cpufreq-2.0.0/auto_cpu
width=150,
height=150,
preserve_aspect_ratio=True)
-@@ -297,4 +297,4 @@ class DaemonNotRunningView(Gtk.Box):
- )
- dialog.format_secondary_text(f"The following error occured:\n{e}")
- dialog.run()
-- dialog.destroy()
-\ No newline at end of file
-+ dialog.destroy()
---
-2.42.0
diff --git a/PKGBUILD b/PKGBUILD
index 99fb54754f3c..72414f84c6a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Zhanibek Adilbekov <zhanibek.adilbekov@pm.me>
# shellcheck disable=SC2034,2164,2154
pkgname=auto-cpufreq
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Automatic CPU speed & power optimizer"
arch=('any')
url="https://github.com/AdnanHodzic/auto-cpufreq"
@@ -29,10 +29,10 @@ prepare() {
}
-sha256sums=('77a5ce9dc8044c5e5bf5770a6c3e16a252f8cef8c80ecc6eed9fefddc6ec825b'
+sha256sums=('d84d45a1638f5bff72b5ce7c1653886143cdbb4c6b198e63e054b6a18f7ade68'
'b9233e3ae649cd1a0f91cb2d1f3ddc8eb48e475882a0d3ff5ab51295f0a30d56'
'afe7e64dbde2ea599b319e8632d72a3c237b5c4275dd31d0f40e39719193a67b'
- 'c89514e12efcb161d678e6c0c978e08faf41a08625bd4a83b893c1e05cd8429e')
+ '1f6ee3f549a0fe4d818c8301d9e6a893bfb473ad3c0d9d0b93d38fd4a6635dc5')