summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-01-30 08:28:21 -0300
committerVinicius Moreira2023-01-30 08:28:21 -0300
commit75859935af76530b5bf55f93f5e208245457a32d (patch)
tree2f3d5db838c367770f8f39bd2e7e76c059a29c2b
parentd7343e9e35e11de89bc46075592b3d573d043312 (diff)
downloadaur-75859935af76530b5bf55f93f5e208245457a32d.tar.gz
1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd6509226e2..f86e9beb1d9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guapow
pkgdesc = On-demand and auto performance optimizer for Linux applications
- pkgver = 1.3.1
+ pkgver = 1.3.2
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.3.1.tar.gz
- sha512sums = 978eb83d99922c820ecb9e16b1763b3fabc9fd6853e9e65875bbd9f5346ce9298e4c91bb12581c5ad5affc4a396d05c22ed80fa9c1efec52ff1a5830524844a6
+ source = https://github.com/vinifmor/guapow/archive/1.3.2.tar.gz
+ sha512sums = 5bb210d6d22e3f94f91c30ae4d9a6eaa7582d59abc7f25a9298d3dd95599331f6cdfc792a123e76c7bff13471a64121e68ffc6ab85b2f7527ccd8e7f965b71b0
pkgname = guapow
diff --git a/PKGBUILD b/PKGBUILD
index f05cbd3e2f7f..1a2449e6cb7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinícius Moreira <vinicius_fmoreira@hotmail.com>
pkgname=guapow
-pkgver=1.3.1
+pkgver=1.3.2
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=('978eb83d99922c820ecb9e16b1763b3fabc9fd6853e9e65875bbd9f5346ce9298e4c91bb12581c5ad5affc4a396d05c22ed80fa9c1efec52ff1a5830524844a6')
+sha512sums=('5bb210d6d22e3f94f91c30ae4d9a6eaa7582d59abc7f25a9298d3dd95599331f6cdfc792a123e76c7bff13471a64121e68ffc6ab85b2f7527ccd8e7f965b71b0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"