summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinicius Moreira2022-08-22 18:46:35 -0300
committerVinicius Moreira2022-08-22 18:46:35 -0300
commitad7a0092a910a3f505be11bf5ecdc97de352b633 (patch)
treee4037225124a906cfd1b61cded6b434fb2b707bb /PKGBUILD
parent9d4707fdd10a52b3fe21dafd352a6b8070788e19 (diff)
downloadaur-ad7a0092a910a3f505be11bf5ecdc97de352b633.tar.gz
1.2.1.RC-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8874c41f276b..aeb888b0abef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=guapow-staging
_pkgname=guapow
pkgver=1.2.1.RC
-pkgrel=1
-_commit="cc8760162fcfdb77ca9857fc61e4b72d2c59e37f"
+pkgrel=2
+_commit="dd03040ac3a2e9ed7d8982a971561812e11e3ae7"
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=('5aa7aca8b66b8401c2484c556165eeb1bd28c77de80b4610a89f20a62c66a1c06db0ceec09b65e4cde93771c7e1a6697f10cf10670802459e497da446b45b364')
+sha512sums=('195c687a5fdac91d781b28999b59ccff7d788bef712cf183accf2fdef6be12fc6b03f1b4866bf191e7aec0a6dcb72f888b2916f62a11bc7658c1eaa2aae1ef9b')
build() {
cd "${srcdir}/${_pkgname}-${_commit}"