From 9e2d8f099095e775672cdbaf1897c17b8b674928 Mon Sep 17 00:00:00 2001 From: "Antenore Gatta (tmow)" Date: Wed, 27 Apr 2022 09:00:11 +0200 Subject: Updating flatpak Signed-off-by: Antenore Gatta (tmow) --- flatpak/org.remmina.Remmina-local.json | 11 ++++++----- flatpak/org.remmina.Remmina.json | 11 ++++++----- flatpak/shared-modules | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) (limited to 'flatpak') diff --git a/flatpak/org.remmina.Remmina-local.json b/flatpak/org.remmina.Remmina-local.json index 9935c3261..55aec3bca 100644 --- a/flatpak/org.remmina.Remmina-local.json +++ b/flatpak/org.remmina.Remmina-local.json @@ -288,19 +288,20 @@ ], "modules": [ { - "name": "python3-pyparsing", + "name": "python-pyparsing", "buildsystem": "simple", "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyparsing==3.0.7\" --no-build-isolation" + "pip3 install --verbose --exists-action=i --no-index --find-links=file://${PWD} --prefix=${FLATPAK_DEST} pyparsing --no-build-isolation" ], "sources": [ { "type": "file", - "url": "https://files.pythonhosted.org/packages/d6/60/9bed18f43275b34198eb9720d4c1238c68b3755620d20df0afd89424d32b/pyparsing-3.0.7.tar.gz", - "sha256": "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea", + "url": "https://files.pythonhosted.org/packages/d9/41/d9cfb4410589805cd787f8a82cddd13142d9bf7449d12adf2d05a4a7d633/pyparsing-3.0.8-py3-none-any.whl", + "sha256": "ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06", "x-checker-data": { "type": "pypi", - "name": "pyparsing" + "name": "pyparsing", + "packagetype": "bdist_wheel" } } ] diff --git a/flatpak/org.remmina.Remmina.json b/flatpak/org.remmina.Remmina.json index 318252773..d3a563848 100644 --- a/flatpak/org.remmina.Remmina.json +++ b/flatpak/org.remmina.Remmina.json @@ -288,19 +288,20 @@ ], "modules": [ { - "name": "python3-pyparsing", + "name": "python-pyparsing", "buildsystem": "simple", "build-commands": [ - "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pyparsing==3.0.7\" --no-build-isolation" + "pip3 install --verbose --exists-action=i --no-index --find-links=file://${PWD} --prefix=${FLATPAK_DEST} pyparsing --no-build-isolation" ], "sources": [ { "type": "file", - "url": "https://files.pythonhosted.org/packages/d6/60/9bed18f43275b34198eb9720d4c1238c68b3755620d20df0afd89424d32b/pyparsing-3.0.7.tar.gz", - "sha256": "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea", + "url": "https://files.pythonhosted.org/packages/d9/41/d9cfb4410589805cd787f8a82cddd13142d9bf7449d12adf2d05a4a7d633/pyparsing-3.0.8-py3-none-any.whl", + "sha256": "ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06", "x-checker-data": { "type": "pypi", - "name": "pyparsing" + "name": "pyparsing", + "packagetype": "bdist_wheel" } } ] diff --git a/flatpak/shared-modules b/flatpak/shared-modules index 977feac66..e71f3d4bb 160000 --- a/flatpak/shared-modules +++ b/flatpak/shared-modules @@ -1 +1 @@ -Subproject commit 977feac6610e324a44e38fc2946b3d333e170a7b +Subproject commit e71f3d4bb6d16088230464ffe33743a8cfa28b00 -- cgit v1.2.3