summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWithTheBraid2023-06-16 22:49:06 +0200
committerWithTheBraid2023-06-16 22:49:06 +0200
commitca0039d2c75b69c3ded04455be7ce3135008da7e (patch)
tree435176f33a9d4184d3248afb6135033e97140a65
parent89cd18508a846353eab835ace01bf669c0e798d0 (diff)
downloadaur-ca0039d2c75b69c3ded04455be7ce3135008da7e.tar.gz
chore: bump version
Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>
-rw-r--r--PKGBUILD4
-rw-r--r--flutter.install4
2 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bbe11616d1b..914f165de405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>, WithTheBraid <the-one@with-the-braid.cf>
pkgname=flutter
-pkgver=3.10.3
+pkgver=3.10.5
pkgrel=1
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
arch=("x86_64" "aarch64")
@@ -19,7 +19,7 @@ source=(
"${pkgname}.sh"
"${pkgname}.csh"
)
-sha256sums=('aa86f9f1636b8df799e0bc845ba1aed73c6b0f773971b4249c99afc663c74a1c'
+sha256sums=('86643cbfe8acf766a226a6cd4625bb8301c2601ea9bb825448318c8669b72a13'
'1dea1952d386c43948b9970382c2da5b65b7870684b8ad2ad89124e873aa485a'
'7ef10d753cfaac52d243549764a793f44f8284a1f4b11715ccd2fa915b026a6f')
diff --git a/flutter.install b/flutter.install
index aec6a93a2c54..5c896b72f6a6 100644
--- a/flutter.install
+++ b/flutter.install
@@ -20,6 +20,10 @@ post_upgrade() {
groupdel "flutterusers"
fi
fi
+
+ mv "/opt/flutter/.git-refs" "/opt/flutter/.git"
+}
+post_install() {
mv "/opt/flutter/.git-refs" "/opt/flutter/.git"
}