Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-04-27 10:00:11 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-04-27 10:00:11 +0300
commit9e2d8f099095e775672cdbaf1897c17b8b674928 (patch)
tree22a6d81d21a3624575921631c7edc4e4bb68a0bb /flatpak
parentc982c32593ad691e18e5075a028e4dafaf3437cb (diff)
Updating flatpak
Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
Diffstat (limited to 'flatpak')
-rw-r--r--flatpak/org.remmina.Remmina-local.json11
-rw-r--r--flatpak/org.remmina.Remmina.json11
m---------flatpak/shared-modules0
3 files changed, 12 insertions, 10 deletions
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
-Subproject 977feac6610e324a44e38fc2946b3d333e170a7
+Subproject e71f3d4bb6d16088230464ffe33743a8cfa28b0