summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2023-06-09 00:40:16 -0400
committerMithicSpirit2023-06-09 00:40:16 -0400
commit49387d5cd9e25f093a414a4a9aca66ba9dc49c73 (patch)
treeb6cd87418181f2d57609b0e9cd724fe0af0f5fa8
parentf602b8140e584df25d9e11701a4bc24b4c346630 (diff)
downloadaur-49387d5cd9e25f093a414a4a9aca66ba9dc49c73.tar.gz
Update flutter
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 028928677302..ebb4d3dab5e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = appflowy-git
pkgdesc = An open-source alternative to Notion.
pkgver = latest
- pkgrel = 11
+ pkgrel = 12
url = https://www.appflowy.io/
arch = x86_64
license = AGPL3
@@ -21,7 +21,7 @@ pkgbase = appflowy-git
conflicts = appflowy
conflicts = appflowy-bin
source = appflowy::git+https://github.com/AppFlowy-IO/AppFlowy.git
- source = flutter::git+https://github.com/flutter/flutter.git#tag=3.7.9
+ source = flutter::git+https://github.com/flutter/flutter.git#tag=3.10.1
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fb1d953aa068..5b25091df8f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=appflowy
pkgname=$_pkgname-git
pkgver=latest
-pkgrel=11
+pkgrel=12
pkgdesc='An open-source alternative to Notion.'
arch=(x86_64)
url='https://www.appflowy.io/'
@@ -17,7 +17,7 @@ backup=()
options=()
install=
source=("$_pkgname::git+https://github.com/AppFlowy-IO/AppFlowy.git"
- 'flutter::git+https://github.com/flutter/flutter.git#tag=3.7.9')
+ 'flutter::git+https://github.com/flutter/flutter.git#tag=3.10.1')
sha256sums=('SKIP'
'SKIP')