summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-10-15 10:36:42 -0300
committerVinicius Moreira2022-10-15 10:36:42 -0300
commit9c0fc9f8c5ce2dfbd079490d1bf2201355870512 (patch)
treeddecfc485e6a3eb6df37aa448017f70820a00ef2
parent1c22468f98d399f060a62f35b1e6c8f89e3b50b9 (diff)
downloadaur-9c0fc9f8c5ce2dfbd079490d1bf2201355870512.tar.gz
1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f787f3be8497..6b4f2f3291c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guapow
pkgdesc = On-demand and auto performance optimizer for Linux applications
- pkgver = 1.2.2
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/vinifmor/guapow
arch = any
@@ -15,7 +15,7 @@ pkgbase = guapow
depends = systemd
optdepends = inxi: required for guessing the window compositor,
optdepends = unclutter: required for hiding the mouse cursor
- source = https://github.com/vinifmor/guapow/archive/1.2.2.tar.gz
- sha512sums = 5c71c86c9711115c7c6c5dd34022fc2b01fb87654aaea459cb2677ef9f7a0a157bdb88517bf2d71ec2a3092cc116354687e7a483ee44e5ce4fed512dfd26d31a
+ source = https://github.com/vinifmor/guapow/archive/1.3.0.tar.gz
+ sha512sums = 2e0b23ea61513f655492c86d53e4683d3284112f934705a4ca7f10c5aa646942fb1b27e23d194739abc24bab1a3bcdd061be7420527a95dc6103887db272e7eb
pkgname = guapow
diff --git a/PKGBUILD b/PKGBUILD
index 10a5749ee896..293cbba79974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinícius Moreira <vinicius_fmoreira@hotmail.com>
pkgname=guapow
-pkgver=1.2.2
+pkgver=1.3.0
pkgrel=1
pkgdesc="On-demand and auto performance optimizer for Linux applications"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('inxi: required for guessing the window compositor',
'unclutter: required for hiding the mouse cursor')
makedepends=('git' 'python' 'python-setuptools')
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('5c71c86c9711115c7c6c5dd34022fc2b01fb87654aaea459cb2677ef9f7a0a157bdb88517bf2d71ec2a3092cc116354687e7a483ee44e5ce4fed512dfd26d31a')
+sha512sums=('2e0b23ea61513f655492c86d53e4683d3284112f934705a4ca7f10c5aa646942fb1b27e23d194739abc24bab1a3bcdd061be7420527a95dc6103887db272e7eb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"