summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-01-17 12:44:34 -0300
committerVinicius Moreira2023-01-17 12:44:34 -0300
commit0ff18f00e3e65e7d271fa9f40ce710b9ad5ef8f0 (patch)
tree48f0f762b0650932772d11caee6266b0c743b3b1
parentaf0217296cfaf7812b1bff82904a1d09a6739acf (diff)
downloadaur-0ff18f00e3e65e7d271fa9f40ce710b9ad5ef8f0.tar.gz
1.3.2.RC-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10b3887731d..d1595f6840c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guapow-staging
pkgdesc = On-demand and auto performance optimizer for Linux applications (testing branch. It may not be working properly)
pkgver = 1.3.2.RC
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vinifmor/guapow
arch = any
license = zlib/libpng
@@ -17,7 +17,7 @@ pkgbase = guapow-staging
optdepends = unclutter: required for hiding the mouse cursor
provides = guapow
conflicts = guapow
- source = https://github.com/vinifmor/guapow/archive/1caca0a046636ffd0425683f6bcd752369982af6.tar.gz
- sha512sums = 3541765a0f5180084835760c6d68b49790a8b86dff17098b77dfb40a3e9624089d5e461983ec6d7f3743ee1be9650eb906c42b2aae2b3e7783425f2ce87665ee
+ source = https://github.com/vinifmor/guapow/archive/5a023565121ede23607324ca884bb8732ba4fd8d.tar.gz
+ sha512sums = 1798c989557bc774f0fe654da5733dcc98511735b6430616dbe5779ff7af31aa5190e8d12f556e4ee8a671cfd614764908ad27fd79eadf8f58c1131e18885304
pkgname = guapow-staging
diff --git a/PKGBUILD b/PKGBUILD
index 1037c5ebc259..bd4724499e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=guapow-staging
_pkgname=guapow
pkgver=1.3.2.RC
-pkgrel=1
-_commit="1caca0a046636ffd0425683f6bcd752369982af6"
+pkgrel=2
+_commit="5a023565121ede23607324ca884bb8732ba4fd8d"
pkgdesc="On-demand and auto performance optimizer for Linux applications (testing branch. It may not be working properly)"
arch=('any')
url="https://github.com/vinifmor/guapow"
@@ -16,7 +16,7 @@ makedepends=('git' 'python' 'python-setuptools')
provides=($_pkgname)
conflicts=($_pkgname)
source=("${url}/archive/${_commit}.tar.gz")
-sha512sums=('3541765a0f5180084835760c6d68b49790a8b86dff17098b77dfb40a3e9624089d5e461983ec6d7f3743ee1be9650eb906c42b2aae2b3e7783425f2ce87665ee')
+sha512sums=('1798c989557bc774f0fe654da5733dcc98511735b6430616dbe5779ff7af31aa5190e8d12f556e4ee8a671cfd614764908ad27fd79eadf8f58c1131e18885304')
build() {
cd "${srcdir}/${_pkgname}-${_commit}"