summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinicius Moreira2023-08-12 12:47:52 -0300
committerVinicius Moreira2023-08-12 12:47:52 -0300
commit369a6ded698851367b1e6c06a4def66cdaae61e6 (patch)
tree64e9dc17128fe659f4b64a0cbc951569202fe852 /PKGBUILD
parent658a89f10a07a1506094ef6d39d1edd2659af07d (diff)
downloadaur-369a6ded698851367b1e6c06a4def66cdaae61e6.tar.gz
1.3.3.RC-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cde03d5c4c12..6168c195d124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=guapow-staging
_pkgname=guapow
pkgver=1.3.3.RC
-pkgrel=1
-_commit="32dfa5510a9ce466393fa7abda03e1ebf26ee4a1"
+pkgrel=2
+_commit="818601cf8e7300623f573c709ef90117511c85bc"
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=('8d2351fe2df461328e9eaaed2341260399dc9b6d6c9b3f2525b553b38ca49f802c0f961acbc7524e1e28f657075e0e0c2dbd4a3eaf7891450c525db08ac3bf8c')
+sha512sums=('ca9a96f73611dbfb9ee56c561195c0543d3549c8551e09d858b70a11928096622a2267faccc7bff5beec3083d05f3fb0ae7a92f39763b1124d502e9178fdc0ac')
build() {
cd "${srcdir}/${_pkgname}-${_commit}"