Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
goverlay


Commits:
d50c5cb5 by Robin Candau at 2026-06-14T12:11:34+02:00
upgpkg: 1.8.3-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = goverlay
        pkgdesc = A GUI to help manage Vulkan/OpenGL overlays
-       pkgver = 1.8.2
+       pkgver = 1.8.3
        pkgrel = 1
        url = https://github.com/benjamimgois/goverlay
        arch = x86_64
@@ -14,11 +14,13 @@ pkgbase = goverlay
        depends = mangohud
        depends = 7zip
        depends = wget
+       depends = fontconfig
+       depends = sdl2-compat
        optdepends = mesa-utils: OpenGL preview
        optdepends = vulkan-tools: Vulkan preview
        optdepends = vkbasalt: Configure vkBasalt
        optdepends = git: Clone reshade repository
-       source = 
goverlay-1.8.2.tar.gz::https://github.com/benjamimgois/goverlay/archive/1.8.2.tar.gz
-       sha256sums = 
e5663202f22dfa57310fd86d3ba8fe7e497e3859ef630318424f982a02cdc05f
+       source = 
goverlay-1.8.3.tar.gz::https://github.com/benjamimgois/goverlay/archive/1.8.3.tar.gz
+       sha256sums = 
ce268bca7ef0e41c50a38ac0aaab7d299a354b3de9a371b079b5d2ff15ddc593
 
 pkgname = goverlay


=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
 # Contributor: HurricanePootis <[email protected]>
 
 pkgname=goverlay
-pkgver=1.8.2
+pkgver=1.8.3
 _pkgver=${pkgver//_/-}
 pkgrel=1
 pkgdesc="A GUI to help manage Vulkan/OpenGL overlays"
 url="https://github.com/benjamimgois/goverlay";
 arch=('x86_64')
 license=('GPL-3.0-or-later')
-depends=('glu' 'qt6pas' 'mangohud' '7zip' 'wget')
+depends=('glu' 'qt6pas' 'mangohud' '7zip' 'wget' 'fontconfig' 'sdl2-compat')
 makedepends=('git' 'lazarus')
 checkdepends=('appstream' 'desktop-file-utils')
 optdepends=('mesa-utils: OpenGL preview'
@@ -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=('e5663202f22dfa57310fd86d3ba8fe7e497e3859ef630318424f982a02cdc05f')
+sha256sums=('ce268bca7ef0e41c50a38ac0aaab7d299a354b3de9a371b079b5d2ff15ddc593')
 
 build() {
        cd "${pkgname}-${_pkgver}"
@@ -32,4 +32,5 @@ check() {
 package() {
        cd "${pkgname}-${_pkgver}"
        make prefix=/usr libexecdir=/lib DESTDIR="${pkgdir}" install
+       ln -s /usr/lib/pascube "${pkgdir}/usr/bin/"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/goverlay/-/commit/d50c5cb54b97c232eaf9bad3616a39b0985c002e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/goverlay/-/commit/d50c5cb54b97c232eaf9bad3616a39b0985c002e
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


Reply via email to