summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-03-26 17:14:50 +0100
committerThe one with the braid2024-03-26 17:14:50 +0100
commitdeceb851bbcdab752f195de3449cdf6199e11b7d (patch)
tree76d3b9f13bd755c33b3fc32ba0d74127c2d4c3f3
parentae751c62c90229588dc2e6e07e9ee6de9446dd16 (diff)
downloadaur-deceb851bbcdab752f195de3449cdf6199e11b7d.tar.gz
fix: remove unneeded variable
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63f7cb775e68..7325866eed13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,6 @@ _enginever=a5c24f538d05aaf66f7972fb23959d8cafb9f95a
_materialfontsver=3012db47f3130e62f7cc0beabff968a33cbec8d8
_gradlewver=fd5c1f2c013565a3bea56ada6df9d2b8e96d56aa
_flutterarch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/x64/)
-# this host is blocked in China, according to Flutter docs, the FLUTTER_STORAGE_BASE_URL environment variable
-# should be used to provide an alternative mirror
-_storagebase="${FLUTTER_STORAGE_BASE_URL:-"https://storage.googleapis.com"}"
pkgrel=12
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
_pkgdesc="Flutter SDK component"