Update flatpak required nio version

This commit is contained in:
miruka 2020-05-22 08:51:39 -04:00
parent 562e1431b9
commit 1324b1d909
2 changed files with 3 additions and 2 deletions

View File

@ -93,7 +93,7 @@ modules:
sources: sources:
- type: git - type: git
url: https://github.com/mirukana/matrix-nio.git url: https://github.com/mirukana/matrix-nio.git
commit: ee2a90da2f1d7ce12df7153dd944fffdaf978787 commit: 5b565f84cd8798200118c80a0582fd4ccb867e0d
- name: mirage - name: mirage
buildsystem: qmake buildsystem: qmake

View File

@ -695,11 +695,12 @@ modules:
- name: python3-matrix-nio - name: python3-matrix-nio
buildsystem: simple buildsystem: simple
build-commands: build-commands:
- rm pyproject.toml
- pip3 install --prefix=${FLATPAK_DEST} . - pip3 install --prefix=${FLATPAK_DEST} .
sources: sources:
- type: git - type: git
url: https://github.com/mirukana/matrix-nio.git url: https://github.com/mirukana/matrix-nio.git
commit: ee2a90da2f1d7ce12df7153dd944fffdaf978787 commit: 5b565f84cd8798200118c80a0582fd4ccb867e0d
- name: mirage - name: mirage
buildsystem: qmake buildsystem: qmake
sources: sources: