summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagnum082021-01-21 09:23:47 +0000
committervagnum082021-01-21 09:23:47 +0000
commit6990ef79d7e6773862c55685526511361e1dfc9d (patch)
treecccaf72552be254bf8d4458d326655ac723067bd
parentebefe06081773e27d8274ce747c47d1ea2443019 (diff)
downloadaur-6990ef79d7e6773862c55685526511361e1dfc9d.tar.gz
Bump pkgrel for new python version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a022813d010..4dd57071a070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cpupower-gui
pkgdesc = A GUI utility to set CPU frequency limits
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vagnum08/cpupower-gui
install = cpupower_gui.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index bd2bd796c49a..8cd33ad09ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cpupower-gui
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A GUI utility to set CPU frequency limits"
arch=(any)
url="https://github.com/vagnum08/cpupower-gui"