diff --git a/.SRCINFO b/.SRCINFO index 80a3ea1ec3cbd..d520776e6f85b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/.gitignore b/.gitignore index 1d65adf6de3ac..61d143428d736 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ * +!.nvchecker.toml +!.gitignore !PKGBUILD !.SRCINFO diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 0000000000000..baeb97cf81f0d --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,5 @@ +[nyrna-bin] +source = "github" +github = "Merrit/nyrna" +use_latest_release = true +prefix = "v" diff --git a/PKGBUILD b/PKGBUILD index a1de676846670..dca11de80bf7e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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}/"