summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-06-03 14:39:36 -0300
committerVinicius Moreira2022-06-03 14:39:36 -0300
commit5e8bf6a0d6a462d9c08dbb9cc3ddfdc9887e8ef9 (patch)
treea8ab5682ff08d49e836abc4b631ce01c905ea998
parente5fe66cca89383bac9f5d7c9a9de612e74bf9b68 (diff)
downloadaur-5e8bf6a0d6a462d9c08dbb9cc3ddfdc9887e8ef9.tar.gz
1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 575373140eaf..c188a211e553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guapow
pkgdesc = On-demand and auto performance optimizer for Linux applications
- pkgver = 1.0.2
+ pkgver = 1.1.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.0.2.tar.gz
- sha512sums = fdc2c67cfc4e556cc26f7fcac821c9f1b728a69c5f27173fe48b20b8ce928ee9050dd4c87ffa6f7a6b5809bdb7e46024f28f178c4338cefdcce1780665438d94
+ source = https://github.com/vinifmor/guapow/archive/1.1.0.tar.gz
+ sha512sums = 0b4e57b52cd912b9fe6cd78807edfd31db221596e170e6db79157a874291d8250b3a1338d7cde17785bf5f0e8bd9d4df436f08ebbe59e982538f975af0c39587
pkgname = guapow
diff --git a/.gitignore b/.gitignore
index ef9d1a5f3caa..7d0c4cf0b019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*.tar.xz
*.tar.gz
*.zip
-
+*.zst
diff --git a/PKGBUILD b/PKGBUILD
index b286450dd6ec..4d8eff77c46f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinícius Moreira <vinicius_fmoreira@hotmail.com>
pkgname=guapow
-pkgver=1.0.2
+pkgver=1.1.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=('fdc2c67cfc4e556cc26f7fcac821c9f1b728a69c5f27173fe48b20b8ce928ee9050dd4c87ffa6f7a6b5809bdb7e46024f28f178c4338cefdcce1780665438d94')
+sha512sums=('0b4e57b52cd912b9fe6cd78807edfd31db221596e170e6db79157a874291d8250b3a1338d7cde17785bf5f0e8bd9d4df436f08ebbe59e982538f975af0c39587')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"