summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorPatrick Northon2023-09-17 22:04:23 -0400
committerPatrick Northon2023-09-17 22:04:23 -0400
commitde9d417b984c34af7125073718c6fc535b822518 (patch)
tree942873f3c5316352c0dddec2c0f8778abdc289d8 /.SRCINFO
parent4d3ccaa3c3b6b953bf6b7db86a0aaaf3838da23a (diff)
downloadaur-de9d417b984c34af7125073718c6fc535b822518.tar.gz
No longer depend on flutter package and add missing dependencies.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 14 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e997dd65e587..26fd27df55e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-flet
pkgdesc = Easily build realtime web, mobile and desktop apps in your favorite language and securely share them with your team.
pkgver = 0.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://flet.dev/
arch = any
license = Apache
@@ -9,7 +9,12 @@ pkgbase = python-flet
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- depends = flutter
+ makedepends = clang
+ makedepends = git
+ makedepends = unzip
+ makedepends = cmake
+ makedepends = ninja
+ makedepends = go
depends = python-repath
depends = python-typing-extensions
depends = python-websocket-client
@@ -20,9 +25,16 @@ pkgbase = python-flet
depends = python-packaging
depends = python-poetry
depends = python-copier
+ depends = libglvnd
+ depends = glu
+ depends = gtk3
+ depends = gstreamer
+ depends = gst-plugins-base-libs
source = flet-0.10.1.tar.gz::https://github.com/flet-dev/flet/archive/refs/tags/v0.10.1.tar.gz
+ source = flutter::git+https://github.com/flutter/flutter.git#tag=3.13.4
source = flet-linux.patch
sha256sums = f755b3baa9be25fe973748d9a869ee43ed1ff5a71062e28c730dbafaebb18db1
+ sha256sums = SKIP
sha256sums = af9718b926a07ac8e8689a2c623fe6921d88d0bcd52263f63848d11175e3b828
pkgname = python-flet