summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-06-08 12:45:39 -0300
committerVinicius Moreira2022-06-08 12:45:39 -0300
commit2cdfe1a3865c9f7432c3287eba79903658c9b1c7 (patch)
treeecd641c7c6a02e0746dbc8ef80bfbb7214909d51
parent5e8bf6a0d6a462d9c08dbb9cc3ddfdc9887e8ef9 (diff)
downloadaur-2cdfe1a3865c9f7432c3287eba79903658c9b1c7.tar.gz
1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c188a211e553..88b25aac1c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guapow
pkgdesc = On-demand and auto performance optimizer for Linux applications
- pkgver = 1.1.0
+ pkgver = 1.1.1
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.1.0.tar.gz
- sha512sums = 0b4e57b52cd912b9fe6cd78807edfd31db221596e170e6db79157a874291d8250b3a1338d7cde17785bf5f0e8bd9d4df436f08ebbe59e982538f975af0c39587
+ source = https://github.com/vinifmor/guapow/archive/1.1.1.tar.gz
+ sha512sums = e3f0b90f9c250ac7e881da99540c3dd9e93a8dee950c698fe32bf12dfeb331092459ca9d654fb0ccb5715922f325cada1fa2b2306002bf91d3edb571171eacc2
pkgname = guapow
diff --git a/PKGBUILD b/PKGBUILD
index 4d8eff77c46f..7be5dc338c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinícius Moreira <vinicius_fmoreira@hotmail.com>
pkgname=guapow
-pkgver=1.1.0
+pkgver=1.1.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=('0b4e57b52cd912b9fe6cd78807edfd31db221596e170e6db79157a874291d8250b3a1338d7cde17785bf5f0e8bd9d4df436f08ebbe59e982538f975af0c39587')
+sha512sums=('e3f0b90f9c250ac7e881da99540c3dd9e93a8dee950c698fe32bf12dfeb331092459ca9d654fb0ccb5715922f325cada1fa2b2306002bf91d3edb571171eacc2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"