Updated: 2.26.0

This commit is contained in:
Rafael Baboni Dominiquini 2026-02-22 01:14:23 -03:00
parent d64ff06f0f
commit a6eebebbdd
4 changed files with 16 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = nyrna-bin
pkgdesc = Suspend games and applications at any time and resume whenever you wish
pkgver = 2.25.0
pkgver = 2.26.0
pkgrel = 1
url = https://github.com/Merrit/nyrna
arch = x86_64
@ -17,15 +17,15 @@ pkgbase = nyrna-bin
depends = xz
provides = nyrna
conflicts = nyrna
source = LICENSE-2.25.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.25.0/LICENSE
source = README-2.25.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.25.0/README.md
source = DESKTOP-2.25.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.25.0/packaging/linux/codes.merritt.Nyrna.desktop
source = ICON-2.25.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.25.0/assets/icons/codes.merritt.Nyrna.png
source = LICENSE-2.26.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.26.0/LICENSE
source = README-2.26.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.26.0/README.md
source = DESKTOP-2.26.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.26.0/packaging/linux/codes.merritt.Nyrna.desktop
source = ICON-2.26.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.26.0/assets/icons/codes.merritt.Nyrna.png
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
sha256sums = 9b7df10497c04c32109da509ea9f844037a8b660e09c27f734a9031d3ee4db08
sha256sums = 28472abdbc7fbc4a19cfe4a808fb8eb69604621981c2e17a6b95bd22d08f7554
sha256sums = 7e4aa2e0d19bc204813521afa7dc16c5b69798a92484379666849ba351066f4e
source_x86_64 = https://github.com/Merrit/nyrna/releases/download/v2.25.0/Nyrna-Linux-Portable.tar.gz
sha256sums_x86_64 = 5a9eb824b908d252764d5cb1a2978f31d54f6b244f6c7e86c2da5ad598e69d7b
source_x86_64 = https://github.com/Merrit/nyrna/releases/download/v2.26.0/Nyrna-Linux-Portable.tar.gz
sha256sums_x86_64 = 07afecd28a7b1a950293caf79b52505bc8a680457c8702f81de9a9ca4632b576
pkgname = nyrna-bin

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*
!.nvchecker.toml
!.gitignore
!PKGBUILD
!.SRCINFO

5
.nvchecker.toml Normal file
View file

@ -0,0 +1,5 @@
[nyrna-bin]
source = "github"
github = "Merrit/nyrna"
use_latest_release = true
prefix = "v"

View file

@ -3,7 +3,7 @@
_pkgauthor=Merrit
_pkgname=Nyrna
pkgname=${_pkgname,,}-bin
pkgver=2.25.0
pkgver=2.26.0
pkgrel=1
pkgdesc='Suspend games and applications at any time and resume whenever you wish'
url="https://github.com/${_pkgauthor}/${_pkgname,,}"
@ -23,7 +23,7 @@ sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
'9b7df10497c04c32109da509ea9f844037a8b660e09c27f734a9031d3ee4db08'
'28472abdbc7fbc4a19cfe4a808fb8eb69604621981c2e17a6b95bd22d08f7554'
'7e4aa2e0d19bc204813521afa7dc16c5b69798a92484379666849ba351066f4e')
sha256sums_x86_64=('5a9eb824b908d252764d5cb1a2978f31d54f6b244f6c7e86c2da5ad598e69d7b')
sha256sums_x86_64=('07afecd28a7b1a950293caf79b52505bc8a680457c8702f81de9a9ca4632b576')
prepare() {
cd "${srcdir}/"