summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2106c6beec0c..db5c079deba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=guapow-staging
_pkgname=guapow
-pkgver=1.3.0.RC
+pkgver=1.3.1.RC
pkgrel=1
-_commit="536e1a24eaf92b02bde8bf039f1ed5c21f52e11a"
+_commit="a9bc33b9eeb588a0a00485549e6880c7cd93cd99"
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=('b15b2db7ae5f25fc7eaffcacf4a253c0043f09ee38cfd67e6aab8cab11467cde60eba90360fac3060ac6c8a180a6af80bedc55bdd938a84ad649fb7bf5d815df')
+sha512sums=('059dfd0d2d7f4ff64319819acdc760745ae1aa00c36bdf9834e283cc2182b85d9ab2cd9310a022850e73969baac7bf1149ce0bbc65d12d7b9d97a467d042dab6')
build() {
cd "${srcdir}/${_pkgname}-${_commit}"