Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
goverlay
Commits:
9690931a by Robin Candau at 2023-10-29T15:32:28+01:00
upgpkg: 0.9.1-3: Add the missing 'glu' dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = goverlay
pkgdesc = A GUI to help manage Vulkan/OpenGL overlays
pkgver = 0.9.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/benjamimgois/goverlay
arch = x86_64
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = goverlay
checkdepends = desktop-file-utils
makedepends = git
makedepends = lazarus
+ depends = glu
depends = qt5pas
depends = mangohud
optdepends = vkbasalt: Configure vkBasalt
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=goverlay
pkgver=0.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="A GUI to help manage Vulkan/OpenGL overlays"
arch=('x86_64')
url="https://github.com/benjamimgois/goverlay"
license=('GPL3')
-depends=('qt5pas' 'mangohud')
+depends=('glu' 'qt5pas' 'mangohud')
makedepends=('git' 'lazarus')
checkdepends=('appstream' 'desktop-file-utils')
optdepends=('vkbasalt: Configure vkBasalt'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/goverlay/-/commit/9690931aaf44391d06281bce7358b4f301a2c2c2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/goverlay/-/commit/9690931aaf44391d06281bce7358b4f301a2c2c2
You're receiving this email because of your account on gitlab.archlinux.org.