Updating to version '2.25.0'

This commit is contained in:
Rafael Baboni Dominiquini 2025-09-27 23:45:41 -03:00
parent 839c94a9d3
commit d64ff06f0f
2 changed files with 15 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.24.0
pkgver = 2.25.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.24.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.24.0/LICENSE
source = README-2.24.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.24.0/README.md
source = DESKTOP-2.24.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.24.0/packaging/linux/codes.merritt.Nyrna.desktop
source = ICON-2.24.0::https://raw.githubusercontent.com/Merrit/nyrna/v2.24.0/assets/icons/codes.merritt.Nyrna.png
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
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
sha256sums = 9b7df10497c04c32109da509ea9f844037a8b660e09c27f734a9031d3ee4db08
sha256sums = 28472abdbc7fbc4a19cfe4a808fb8eb69604621981c2e17a6b95bd22d08f7554
sha256sums = 7e4aa2e0d19bc204813521afa7dc16c5b69798a92484379666849ba351066f4e
source_x86_64 = https://github.com/Merrit/nyrna/releases/download/v2.24.0/Nyrna-Linux-Portable.tar.gz
sha256sums_x86_64 = 0c99f0b14f504d3b723c8124db3778fd1c917ab36581cf21259211650a2376f2
source_x86_64 = https://github.com/Merrit/nyrna/releases/download/v2.25.0/Nyrna-Linux-Portable.tar.gz
sha256sums_x86_64 = 5a9eb824b908d252764d5cb1a2978f31d54f6b244f6c7e86c2da5ad598e69d7b
pkgname = nyrna-bin

View file

@ -3,7 +3,7 @@
_pkgauthor=Merrit
_pkgname=Nyrna
pkgname=${_pkgname,,}-bin
pkgver=2.24.0
pkgver=2.25.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,13 @@ sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
'9b7df10497c04c32109da509ea9f844037a8b660e09c27f734a9031d3ee4db08'
'28472abdbc7fbc4a19cfe4a808fb8eb69604621981c2e17a6b95bd22d08f7554'
'7e4aa2e0d19bc204813521afa7dc16c5b69798a92484379666849ba351066f4e')
sha256sums_x86_64=('0c99f0b14f504d3b723c8124db3778fd1c917ab36581cf21259211650a2376f2')
sha256sums_x86_64=('5a9eb824b908d252764d5cb1a2978f31d54f6b244f6c7e86c2da5ad598e69d7b')
prepare() {
cd "${srcdir}/"
sed -i -e "s/merritt/merrit/g" "${srcdir}/DESKTOP-${pkgver}"
}
package() {
cd "${srcdir}/"