summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinicius Moreira2022-08-22 19:01:27 -0300
committerVinicius Moreira2022-08-22 19:01:27 -0300
commitbb0ff9f76b0fe6f07c97a8f6664c11dd4f83380d (patch)
treeecd349c852dff5ba3113612c79a9ce8cb8ca7e5b /PKGBUILD
parentbd2d72a432e68e5ee32f7bb18e9ae812912dc133 (diff)
downloadaur-bb0ff9f76b0fe6f07c97a8f6664c11dd4f83380d.tar.gz
1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8ffd9da5ed9..adba78a7422e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinícius Moreira <vinicius_fmoreira@hotmail.com>
pkgname=guapow
-pkgver=1.2.0
+pkgver=1.2.1
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=('43154c8485cd0e28dc4e150eb6b91b5d04b96ddef2d58d841fe9b29843af2f403d05101daf1115e4de82ee0d74a12b1566c722e55e7d6186fcd5259a8fb9596a')
+sha512sums=('88171cfff6959d4a1c094f71c5272646f4a65d3434a993abe708f6d6933cf7574cac75bcd1998b0fde515f20aa33f03fcc5617a73fe1c58d17ad742ced111e3e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"