summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWithTheBraid2022-09-12 07:12:17 +0200
committerWithTheBraid2022-09-12 07:12:17 +0200
commite0775110e891809afd84104ffffbaa2fe754ae02 (patch)
tree141364689f68f8fa08a497934565fb012739c5fd
parentd72c5ec8db5f1afcc177bab9257f14d7a45367ad (diff)
downloadaur-e0775110e891809afd84104ffffbaa2fe754ae02.tar.gz
fix: typo in environment variable
Signed-off-by: WithTheBraid <the-one@with-the-braid.cf>
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e565c5123420..b13a67899bcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,7 @@ prepare() {
fi
cd ${pkgname}-v$pkgver
+ flutter --no-version-check --suppress-analytics clean
flutter --no-version-check --suppress-analytics pub get
}