Skip to content

Commit 6652ee8

Browse files
committed
Flatpak: Use python-xmp-toolkit tag
1 parent e3384a3 commit 6652ee8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

flatpak/com.github.unrud.djpdf.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,16 @@ modules:
500500
build-commands:
501501
- pip3 install --prefix=/app .
502502
sources:
503-
- type: git
504-
url: https://github.com/python-xmp-toolkit/python-xmp-toolkit
505-
commit: 5692bdf8dac3581a0d5fb3c5aeb29be0ab6a54fc
503+
- type: archive
504+
url: https://github.com/python-xmp-toolkit/python-xmp-toolkit/archive/refs/tags/v2.0.2.tar.gz
505+
sha256: d3c0bac6b7b2233274dbf95e8fc6247697d277676b3cdf6b79c0df5d10ed4c5b
506+
x-checker-data:
507+
type: json
508+
url: https://api.github.com/repos/python-xmp-toolkit/python-xmp-toolkit/tags
509+
version-query: '[.[].name | select(test("^v?[0-9.]+$"))] | sort_by(sub("^v";
510+
"") | split(".") | map(tonumber))[-1]'
511+
url-query: '"https://github.com/python-xmp-toolkit/python-xmp-toolkit/archive/refs/tags/"
512+
+ $version + ".tar.gz"'
506513

507514
- name: pdfrw
508515
buildsystem: simple

0 commit comments

Comments
 (0)