summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-03-01 09:23:07 -0600
committerHurricanePootis2022-03-01 09:23:07 -0600
commit658333be12c3979e33a13de6e729de32b5ca4c07 (patch)
treec7826af90a61f0dd44d040f3ffd75883dc9a4d23
parentffb53dba2e0d0ffa51b37c0eef0c4407ea3a10d0 (diff)
downloadaur-658333be12c3979e33a13de6e729de32b5ca4c07.tar.gz
Update to 0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1803fc13380d..7249aa84b70b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goverlay
pkgdesc = A GUI to help manage Vulkan/OpenGL overlays
- pkgver = 0.7.1
+ pkgver = 0.8
pkgrel = 1
url = https://github.com/benjamimgois/goverlay
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = goverlay
optdepends = replay-sorcery: Instant replay solution
conflicts = goverlay
conflicts = goverlay
- source = https://github.com/benjamimgois/goverlay/archive/refs/tags/0.7.1.tar.gz
- sha512sums = 15bd8a70a611a018374401b9f3c97900371727f93d2edbe1f59a39e7da498315a811a4e4b9c2e44a63674ae55b5d6afb7e57e50abd234ffa98964eae5d24f92a
+ source = https://github.com/benjamimgois/goverlay/archive/refs/tags/0.8.tar.gz
+ sha512sums = 1aa3bda3d566693095e125dd91a9fc6fdbedc6795d31eaca1c93ef7ee9e0907142d62f4556c78ebd2d46e57a819502725918473d06ec5c5b7a727d1cfb425dae
pkgname = goverlay
diff --git a/PKGBUILD b/PKGBUILD
index 92cf8e95df18..733e4abb1383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=goverlay
-pkgver=0.7.1
-_pkgver=0.7.1
+pkgver=0.8
+_pkgver=0.8
pkgrel=1
pkgdesc="A GUI to help manage Vulkan/OpenGL overlays"
arch=('x86_64')
@@ -17,8 +17,7 @@ optdepends=('vkbasalt: Configure vkBasalt'
'replay-sorcery: Instant replay solution')
conflicts=("${pkgname%-git}" "${pkgname%-bin}")
source=("${url}/archive/refs/tags/${_pkgver}.tar.gz")
-sha512sums=('15bd8a70a611a018374401b9f3c97900371727f93d2edbe1f59a39e7da498315a811a4e4b9c2e44a63674ae55b5d6afb7e57e50abd234ffa98964eae5d24f92a')
-
+sha512sums=('1aa3bda3d566693095e125dd91a9fc6fdbedc6795d31eaca1c93ef7ee9e0907142d62f4556c78ebd2d46e57a819502725918473d06ec5c5b7a727d1cfb425dae')
build() {
cd "$srcdir/$pkgname-$_pkgver"