summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2023-11-24 01:55:49 -0500
committerMithicSpirit2023-11-24 01:55:49 -0500
commitf593d1cab737380e5c74cd12c76cf8b11457e5da (patch)
tree1f3901937f4da83568ad37e3b49921c921ca6bfd
parentb1812f120e9ae37276318c195430b75e8a3939bc (diff)
downloadaur-f593d1cab737380e5c74cd12c76cf8b11457e5da.tar.gz
bump flutter (fix build)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c78ee2c7e0b..92446f94c5bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = appflowy-git
pkgdesc = An open-source alternative to Notion.
pkgver = latest
- pkgrel = 14
+ pkgrel = 15
url = https://www.appflowy.io/
arch = x86_64
license = AGPL3
@@ -23,7 +23,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.10.1
+ source = flutter::git+https://github.com/flutter/flutter.git#tag=3.13.9
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 930673bdff60..8826701b4dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=appflowy
pkgname=$_pkgname-git
pkgver=latest
-pkgrel=14
+pkgrel=15
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.10.1')
+ 'flutter::git+https://github.com/flutter/flutter.git#tag=3.13.9')
sha256sums=('SKIP'
'SKIP')