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


Commits:
0a0bdc6a by Robin Candau at 2024-03-25T07:23:41+01:00
upgpkg: 1.1.1-1: New upstream release
https://github.com/benjamimgois/goverlay/releases/tag/1.1.1
Switch license to SPDX identifier
Switch to qt6(pas)
Refactor optdepends
Add .nvchecker.toml

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,26 +1,22 @@
 pkgbase = goverlay
        pkgdesc = A GUI to help manage Vulkan/OpenGL overlays
-       pkgver = 1.0
+       pkgver = 1.1.1
        pkgrel = 1
        url = https://github.com/benjamimgois/goverlay
        arch = x86_64
-       license = GPL3
+       license = GPL-3.0-or-later
        checkdepends = appstream
        checkdepends = desktop-file-utils
        makedepends = git
        makedepends = lazarus
        depends = glu
-       depends = qt5pas
+       depends = qt6pas
        depends = mangohud
-       optdepends = vkbasalt: Configure vkBasalt
        optdepends = mesa-utils: OpenGL preview
        optdepends = vulkan-tools: Vulkan preview
+       optdepends = vkbasalt: Configure vkBasalt
        optdepends = git: Clone reshade repository
-       optdepends = replay-sorcery: Instant replay solution
-       optdepends = breeze: For Breeze theme
-       optdepends = ttf-dejavu: recommended font
-       optdepends = ttf-ubuntu-font-family: recommended font
-       source = 
goverlay-1.0.tar.gz::https://github.com/benjamimgois/goverlay/archive/1.0.tar.gz
-       sha256sums = 
7b1f93624033726de58d15194084c1022f76b5a0db9fa70c4dcbc538a99196a2
+       source = 
goverlay-1.1.1.tar.gz::https://github.com/benjamimgois/goverlay/archive/1.1.1.tar.gz
+       sha256sums = 
06dcad9ab7db990f2df04be01d549953e274907d7f691fe1bc4bbe712329936c
 
 pkgname = goverlay


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[goverlay]
+source = "github"
+github = "benjamimgois/goverlay"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -2,25 +2,21 @@
 # Contributor: HurricanePootis <hurricanepoo...@protonmail.com>
 
 pkgname=goverlay
-pkgver=1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="A GUI to help manage Vulkan/OpenGL overlays"
 arch=('x86_64')
 url="https://github.com/benjamimgois/goverlay";
-license=('GPL3')
-depends=('glu' 'qt5pas' 'mangohud')
+license=('GPL-3.0-or-later')
+depends=('glu' 'qt6pas' 'mangohud')
 makedepends=('git' 'lazarus')
 checkdepends=('appstream' 'desktop-file-utils')
-optdepends=('vkbasalt: Configure vkBasalt'
-            'mesa-utils: OpenGL preview'
+optdepends=('mesa-utils: OpenGL preview'
             'vulkan-tools: Vulkan preview'
-            'git: Clone reshade repository'
-            'replay-sorcery: Instant replay solution'
-           'breeze: For Breeze theme'
-           'ttf-dejavu: recommended font'
-            'ttf-ubuntu-font-family: recommended font')
+            'vkbasalt: Configure vkBasalt'
+            'git: Clone reshade repository')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7b1f93624033726de58d15194084c1022f76b5a0db9fa70c4dcbc538a99196a2')
+sha256sums=('06dcad9ab7db990f2df04be01d549953e274907d7f691fe1bc4bbe712329936c')
 
 build() {
        cd "${pkgname}-${pkgver}"



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/goverlay/-/commit/0a0bdc6a2dbe0d6f426a243674bb1e914cb54561
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to