summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2024-01-04 19:28:40 +0100
committerD3SOX2024-01-04 19:28:40 +0100
commitbccb3bf9b6417a91f0e859aa02777001465381ab (patch)
tree1d3d1b40de5c57657e241decdf91247c5830736b
parent5c73b6a01c8552225e41aecb96a70748d269daac (diff)
downloadaur-bccb3bf9b6417a91f0e859aa02777001465381ab.tar.gz
update to 2.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c0282d358d..5b11d88e47b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nyrna
pkgdesc = Suspend games and applications at any time and resume whenever you wish
- pkgver = 2.17.2
+ pkgver = 2.18.0
pkgrel = 1
url = https://github.com/Merrit/nyrna
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = nyrna
depends = wmctrl
depends = xdotool
depends = xz
- source = nyrna-2.17.2.tar.gz::https://github.com/Merrit/nyrna/archive/refs/tags/v2.17.2.tar.gz
+ source = nyrna-2.18.0.tar.gz::https://github.com/Merrit/nyrna/archive/refs/tags/v2.18.0.tar.gz
source = flutter::git+https://github.com/flutter/flutter.git
- sha256sums = ba9a05e7e457351f58b0ad8e8db984cebd15f2a880b6bfa06ac8b6089a225bd6
+ sha256sums = 2a0e5ebf111b9eaf13468b96fa0b7fc1720fcfb97338c3ec71a36a5e5f71ce08
sha256sums = SKIP
pkgname = nyrna
diff --git a/PKGBUILD b/PKGBUILD
index b5476f34930f..8283009c17d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>
pkgname=nyrna
-pkgver=2.17.2
+pkgver=2.18.0
pkgrel=1
pkgdesc='Suspend games and applications at any time and resume whenever you wish'
arch=('x86_64')
@@ -14,10 +14,8 @@ source=(
"$pkgname-$pkgver.tar.gz::https://github.com/Merrit/nyrna/archive/refs/tags/v$pkgver.tar.gz"
"flutter::git+https://github.com/flutter/flutter.git"
)
-sha256sums=(
- 'ba9a05e7e457351f58b0ad8e8db984cebd15f2a880b6bfa06ac8b6089a225bd6'
- 'SKIP'
-)
+sha256sums=('2a0e5ebf111b9eaf13468b96fa0b7fc1720fcfb97338c3ec71a36a5e5f71ce08'
+ 'SKIP')
_setpath() {
PATH="$PATH:$srcdir/flutter/bin:$HOME/.pub-cache/bin:$HOME/.cargo/bin"
@@ -27,7 +25,7 @@ prepare() {
_setpath
# Enable desktop build
- flutter --no-version-check channel beta
+ flutter --no-version-check channel stable
flutter --no-version-check config --no-analytics
flutter --no-version-check config --enable-linux-desktop