summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDawid Weglarz2023-07-06 18:46:24 +0200
committerDawid Weglarz2023-07-06 18:46:24 +0200
commita37f126f496164a3cc456f1186b2a7aa6a9a0526 (patch)
tree362e69bf29a490cb59e801db08c7d88770e4a495 /PKGBUILD
parent12b8f1970513882df3abcef520aa86fe96785fac (diff)
downloadaur-a37f126f496164a3cc456f1186b2a7aa6a9a0526.tar.gz
Release 2.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e05e379ec60c..d1c06032b737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dawid Weglarz <dawid.weglarz95@gmail.com>
pkgname=nyrna
-pkgver=2.12.0
+pkgver=2.13.0
pkgrel=1
pkgdesc='Suspend games and applications at any time and resume whenever you wish'
arch=('x86_64')
@@ -16,7 +16,7 @@ source=(
"flutter::git+https://github.com/flutter/flutter.git"
)
sha256sums=(
- '4841caa2d6d0dd910f6fe14b2b9b2c54fb70497b7ee50bfa34bbeb1472b4a656'
+ 'e71b00e83ce961bc5653a9bb8822de8fec254c526d76fc6f9f2660a72dfa2c22'
'SKIP'
)
@@ -41,6 +41,7 @@ build() {
_setpath
cd "$pkgname-$pkgver"
+ dart run build_runner build --delete-conflicting-outputs
flutter build linux
}