summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2024-01-14 11:35:05 -0300
committerVinicius Moreira2024-01-14 11:35:05 -0300
commit65fcb0788e40fc0efbffda37dbaeca8ccffb9c76 (patch)
tree023db1a79e2554b6e0abad89c151466852e4beed
parent369a6ded698851367b1e6c06a4def66cdaae61e6 (diff)
downloadaur-65fcb0788e40fc0efbffda37dbaeca8ccffb9c76.tar.gz
1.3.4.RC-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d316a9635d2..e4a4facb00d6 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.3.RC
- pkgrel = 2
+ pkgver = 1.3.4.RC
+ pkgrel = 1
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/818601cf8e7300623f573c709ef90117511c85bc.tar.gz
- sha512sums = ca9a96f73611dbfb9ee56c561195c0543d3549c8551e09d858b70a11928096622a2267faccc7bff5beec3083d05f3fb0ae7a92f39763b1124d502e9178fdc0ac
+ source = https://github.com/vinifmor/guapow/archive/a700c88a93dc890db8b228c325cf20a1711d8a3c.tar.gz
+ sha512sums = ff08e4af6f5ffae0692869506388a37febafd7407f04574b3ae92ce3d5b7f1dc87be43900362f11e240db98902ed38a09320d0feab4ae2b5f4257edc92c95477
pkgname = guapow-staging
diff --git a/PKGBUILD b/PKGBUILD
index 6168c195d124..b866c5eae5f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=guapow-staging
_pkgname=guapow
-pkgver=1.3.3.RC
-pkgrel=2
-_commit="818601cf8e7300623f573c709ef90117511c85bc"
+pkgver=1.3.4.RC
+pkgrel=1
+_commit="a700c88a93dc890db8b228c325cf20a1711d8a3c"
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=('ca9a96f73611dbfb9ee56c561195c0543d3549c8551e09d858b70a11928096622a2267faccc7bff5beec3083d05f3fb0ae7a92f39763b1124d502e9178fdc0ac')
+sha512sums=('ff08e4af6f5ffae0692869506388a37febafd7407f04574b3ae92ce3d5b7f1dc87be43900362f11e240db98902ed38a09320d0feab4ae2b5f4257edc92c95477')
build() {
cd "${srcdir}/${_pkgname}-${_commit}"