summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88493969773a..d40d98cac9e4 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.1.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/a9bc33b9eeb588a0a00485549e6880c7cd93cd99.tar.gz
- sha512sums = 059dfd0d2d7f4ff64319819acdc760745ae1aa00c36bdf9834e283cc2182b85d9ab2cd9310a022850e73969baac7bf1149ce0bbc65d12d7b9d97a467d042dab6
+ source = https://github.com/vinifmor/guapow/archive/ccbeb280c5d3ac4b6ae64a051993ca9ba0fff0ec.tar.gz
+ sha512sums = 6e7e44a89edc23a9aff31fe00d1bfbce275999d53a9c14dac96fdee369890a8756adde497b10603b9be89da1e34d966d51b31e04705cf7b7bbc01c9d6b9eaab1
pkgname = guapow-staging
diff --git a/PKGBUILD b/PKGBUILD
index db5c079deba0..55c25a510f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=guapow-staging
_pkgname=guapow
pkgver=1.3.1.RC
-pkgrel=1
-_commit="a9bc33b9eeb588a0a00485549e6880c7cd93cd99"
+pkgrel=2
+_commit="ccbeb280c5d3ac4b6ae64a051993ca9ba0fff0ec"
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=('059dfd0d2d7f4ff64319819acdc760745ae1aa00c36bdf9834e283cc2182b85d9ab2cd9310a022850e73969baac7bf1149ce0bbc65d12d7b9d97a467d042dab6')
+sha512sums=('6e7e44a89edc23a9aff31fe00d1bfbce275999d53a9c14dac96fdee369890a8756adde497b10603b9be89da1e34d966d51b31e04705cf7b7bbc01c9d6b9eaab1')
build() {
cd "${srcdir}/${_pkgname}-${_commit}"