summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 542f58787049..7ac8206afce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = flutter
pkgdesc = A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.
- pkgver = 3.0.3
+ pkgver = 3.0.4
pkgrel = 1
url = https://flutter.dev
install = flutter.install
arch = x86_64
+ arch = aarch64
license = custom
license = BSD
license = CCPL
@@ -24,7 +25,7 @@ pkgbase = flutter
options = !emptydirs
backup = opt/flutter/packages/flutter_test/pubspec.yaml
backup = opt/flutter/packages/flutter/pubspec.yaml
- source = flutter-3.0.3.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.0.3-stable.tar.xz
+ source = flutter-3.0.4.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.0.4-stable.tar.xz
source = flutter.sh
source = flutter.csh
sha256sums = f3806787f3afc379769024f4f9b20c243811881a72bc9c6e62bfc2fd50676c48
diff --git a/PKGBUILD b/PKGBUILD
index 2e8e5f230cd6..0f61c38c2bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
-# Contributor: Philip Goto <philip.goto@gmail.com>
+# Contributor: Philip Goto <philip.goto@gmail.com>, WithTheBraid <the-one@with-the-braid.cf>
pkgname=flutter
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
-arch=("x86_64")
+arch=("x86_64" "aarch64")
url="https://${pkgname}.dev"
license=("custom" "BSD" "CCPL")
depends=("git" "glu" "java-environment" "libglvnd" "unzip")