summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe one with the braid2024-04-01 14:41:48 +0200
committerThe one with the braid2024-04-01 14:41:48 +0200
commitcad2849724760dc5d81747ef845bcaf6fc9eefd0 (patch)
tree1f15d44e84fa0f828486bf752d8500a79fc921b6
parente657fdd93606b2922bbe4464bc3b0a4797618c9f (diff)
downloadaur-cad2849724760dc5d81747ef845bcaf6fc9eefd0.tar.gz
fix: more precise conflict constraints
Signed-off-by: The one with the braid <info@braid.business>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63566916de3a..ea6dc7ed34d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flutter
pkgdesc = A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.
pkgver = 3.19.5
- pkgrel = 5
+ pkgrel = 6
url = https://flutter.dev
arch = x86_64
arch = aarch64
@@ -52,6 +52,7 @@ pkgname = flutter-common
conflicts = flutter-engine-android<3.19.5
conflicts = flutter-engine-linux<3.19.5
conflicts = flutter-engine-web<3.19.5
+ conflicts = flutter-common<3.19.5
pkgname = flutter-gradle
pkgdesc = Flutter SDK component - gradle wrapper
diff --git a/PKGBUILD b/PKGBUILD
index e96c74ab7008..53b1cca06a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _enginever=e76c956498841e1ab458577d3892003e553e4f3c
_materialfontsver=3012db47f3130e62f7cc0beabff968a33cbec8d8
_gradlewver=fd5c1f2c013565a3bea56ada6df9d2b8e96d56aa
_flutterarch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/x64/)
-pkgrel=5
+pkgrel=6
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
_pkgdesc="Flutter SDK component"
arch=("x86_64" "aarch64")
@@ -155,6 +155,7 @@ _package-common() {
"${_group}-engine-android<${pkgver}"
"${_group}-engine-linux<${pkgver}"
"${_group}-engine-web<${pkgver}"
+ "${_group}-common<${pkgver}"
)
install -Dm644 "${srcdir}/${_group}/LICENSE" "${pkgdir}/usr/share/licenses/${_group}/LICENSE"