Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / goverlay
Commits: df59601c by Robin Candau at 2026-07-05T09:49:49+02:00 upgpkg: 1.8.5-1: New upstream release https://github.com/benjamimgois/goverlay/releases/tag/1.8.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = goverlay pkgdesc = A GUI to help manage Vulkan/OpenGL overlays - pkgver = 1.8.4 - pkgrel = 2 + pkgver = 1.8.5 + pkgrel = 1 url = https://github.com/benjamimgois/goverlay arch = x86_64 license = GPL-3.0-or-later @@ -21,7 +21,7 @@ pkgbase = goverlay optdepends = vulkan-tools: Vulkan preview optdepends = vkbasalt: Configure vkBasalt optdepends = git: Clone reshade repository - source = goverlay-1.8.4.tar.gz::https://github.com/benjamimgois/goverlay/archive/1.8.4.tar.gz - sha256sums = b9b3e926c58687fb7127b4b844e71e83a8b96b0ec6b0ac833b8d95d806780ceb + source = goverlay-1.8.5.tar.gz::https://github.com/benjamimgois/goverlay/archive/1.8.5.tar.gz + sha256sums = 53307e32e15f2e3186f8bd3d43a445ab944f2b475f0260860e6127af366aa79b pkgname = goverlay ===================================== PKGBUILD ===================================== @@ -2,9 +2,9 @@ # Contributor: HurricanePootis <[email protected]> pkgname=goverlay -pkgver=1.8.4 +pkgver=1.8.5 _pkgver=${pkgver//_/-} -pkgrel=2 +pkgrel=1 pkgdesc="A GUI to help manage Vulkan/OpenGL overlays" url="https://github.com/benjamimgois/goverlay" arch=('x86_64') @@ -17,7 +17,7 @@ optdepends=('mesa-utils: OpenGL preview' 'vkbasalt: Configure vkBasalt' 'git: Clone reshade repository') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${_pkgver}.tar.gz") -sha256sums=('b9b3e926c58687fb7127b4b844e71e83a8b96b0ec6b0ac833b8d95d806780ceb') +sha256sums=('53307e32e15f2e3186f8bd3d43a445ab944f2b475f0260860e6127af366aa79b') build() { cd "${pkgname}-${_pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/goverlay/-/commit/df59601cd8ea76d096f217b2629e7496f3c39aab -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/goverlay/-/commit/df59601cd8ea76d096f217b2629e7496f3c39aab You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
