summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2024-01-04 19:28:40 +0100
committerD3SOX2024-01-04 19:28:40 +0100
commitbccb3bf9b6417a91f0e859aa02777001465381ab (patch)
tree1d3d1b40de5c57657e241decdf91247c5830736b /PKGBUILD
parent5c73b6a01c8552225e41aecb96a70748d269daac (diff)
downloadaur-bccb3bf9b6417a91f0e859aa02777001465381ab.tar.gz
update to 2.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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