summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2022-06-03 13:17:50 -0300
committerVinicius Moreira2022-06-03 13:17:50 -0300
commitba04005f3d41de958a3b72f4a1965a7e125d6853 (patch)
treef8ba07458cbcbca5700e1c0788d7453651b728c1
parent401ed4cd6f6eaf27ddba509add9613ae82a1ac3c (diff)
downloadaur-ba04005f3d41de958a3b72f4a1965a7e125d6853.tar.gz
1.1.0.RC-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e9b3d7fe636..16ed5c4215c3 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.1.0.RC
- pkgrel = 2
+ pkgrel = 3
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/e8a8475a02ce8cf38505a02d408d6736a597d075.tar.gz
- sha512sums = f63356b39ae44f90c4622b812ebe94eb88591ad8a3bb824e90a12cd7171b2d8639073f22720ec46ff5c443a19730e22c3fc194a7fd4921ed4a15abf3ba9e60e4
+ source = https://github.com/vinifmor/guapow/archive/06d7bc2672241d8990d655fc99809db51b6887f7.tar.gz
+ sha512sums = a01f6cc64237bd79b19b2da5c87828c35b262b9fa5d1165f4922206a46316415c28849f5097e0ba17c78005dc16f8d51c5689acc6a8f66561e13e73d0f7d3150
pkgname = guapow-staging
diff --git a/PKGBUILD b/PKGBUILD
index 65c143ee6dc8..3f93616e2f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=guapow-staging
_pkgname=guapow
pkgver=1.1.0.RC
-pkgrel=2
-_commit="e8a8475a02ce8cf38505a02d408d6736a597d075"
+pkgrel=3
+_commit="06d7bc2672241d8990d655fc99809db51b6887f7"
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=('f63356b39ae44f90c4622b812ebe94eb88591ad8a3bb824e90a12cd7171b2d8639073f22720ec46ff5c443a19730e22c3fc194a7fd4921ed4a15abf3ba9e60e4')
+sha512sums=('a01f6cc64237bd79b19b2da5c87828c35b262b9fa5d1165f4922206a46316415c28849f5097e0ba17c78005dc16f8d51c5689acc6a8f66561e13e73d0f7d3150')
build() {
cd "${srcdir}/${_pkgname}-${_commit}"