summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2021-12-26 12:36:39 -0300
committerVinicius Moreira2021-12-26 12:36:39 -0300
commite5fe66cca89383bac9f5d7c9a9de612e74bf9b68 (patch)
tree99c16ab5f0454fcbe682ae23e243945a6ac4aa9f
parent2331fd2c25ec230691b38d07373791b254e506b4 (diff)
downloadaur-e5fe66cca89383bac9f5d7c9a9de612e74bf9b68.tar.gz
1.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f150579f46f..575373140eaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guapow
pkgdesc = On-demand and auto performance optimizer for Linux applications
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/vinifmor/guapow
arch = any
license = zlib/libpng
@@ -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.1.tar.gz
- sha512sums = e226682a6f41ae9f5a2ec1303d345a39214453f8d42573c2949692519116aeb07418ba14dddb085cd205434071a7d6870c9bc58ae887c84246f37b970fc8fdd2
+ source = https://github.com/vinifmor/guapow/archive/1.0.2.tar.gz
+ sha512sums = fdc2c67cfc4e556cc26f7fcac821c9f1b728a69c5f27173fe48b20b8ce928ee9050dd4c87ffa6f7a6b5809bdb7e46024f28f178c4338cefdcce1780665438d94
pkgname = guapow
diff --git a/PKGBUILD b/PKGBUILD
index d3fd5639f325..b286450dd6ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Vinícius Moreira <vinicius_fmoreira@hotmail.com>
pkgname=guapow
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
pkgdesc="On-demand and auto performance optimizer for Linux applications"
arch=('any')
url="https://github.com/vinifmor/guapow"
@@ -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=('e226682a6f41ae9f5a2ec1303d345a39214453f8d42573c2949692519116aeb07418ba14dddb085cd205434071a7d6870c9bc58ae887c84246f37b970fc8fdd2')
+sha512sums=('fdc2c67cfc4e556cc26f7fcac821c9f1b728a69c5f27173fe48b20b8ce928ee9050dd4c87ffa6f7a6b5809bdb7e46024f28f178c4338cefdcce1780665438d94')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"