summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithicSpirit2023-04-28 21:00:48 -0400
committerMithicSpirit2023-04-28 21:00:48 -0400
commitd8d54d12be4e4e7fb819e7d116edcf8c8b210230 (patch)
tree611c4226d95b12407e817afdc09826587ac5717c
parenta080c0eebe93de86965fef206e2baec63f145161 (diff)
downloadaur-d8d54d12be4e4e7fb819e7d116edcf8c8b210230.tar.gz
Update flutter and executable filename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65117c8cbe50..356d44e17332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,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.3.10
+ source = flutter::git+https://github.com/flutter/flutter.git#tag=3.7.9
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index db4c04abf009..f4cda71d1302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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.3.10')
+ 'flutter::git+https://github.com/flutter/flutter.git#tag=3.7.9')
sha256sums=('SKIP'
'SKIP')
@@ -56,7 +56,7 @@ package() {
cp -a * "$pkgdir/opt/$pkgname/"
rm "$pkgdir/opt/$pkgname/appflowy.desktop.temp"
- ln -s "/opt/$pkgname/appflowy_flutter" "$pkgdir/usr/bin/"
+ ln -s "/opt/$pkgname/AppFlowy" "$pkgdir/usr/bin/"
_desktop_file="$pkgdir/usr/share/applications/AppFlowy.desktop"
install -m644 appflowy.desktop.temp "$_desktop_file"