Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions org.zdoom.UZDoom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ finish-args:
- --share=network

cleanup:
- "*.a"
- '*.a'
- /include
- /lib/cmake
- /lib/pkgconfig
Expand All @@ -33,16 +33,16 @@ modules:
- name: game-music-emu
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_BUILD_TYPE=Release
sources:
- type: archive
url: https://github.com/libgme/game-music-emu/archive/refs/tags/0.6.4.tar.gz
sha256: f2360feb5a32ace226c583df4faf6eff74145c81264aaea11e17a1af2f6f101a
x-checker-data:
type: anitya
project-id: 866
stable-only: true
url-template: https://github.com/libgme/game-music-emu/archive/refs/tags/$version.tar.gz
- type: archive
url: https://github.com/libgme/game-music-emu/archive/refs/tags/0.6.4.tar.gz
sha256: f2360feb5a32ace226c583df4faf6eff74145c81264aaea11e17a1af2f6f101a
x-checker-data:
type: anitya
project-id: 866
stable-only: true
url-template: https://github.com/libgme/game-music-emu/archive/refs/tags/$version.tar.gz

- name: zmusic
buildsystem: cmake-ninja
Expand All @@ -56,7 +56,7 @@ modules:
type: anitya
project-id: 153600
stable-only: true
url-template: https://github.com/zdoom/ZMusic/archive/$version.tar.gz
url-template: https://github.com/UZDoom/ZMusic/archive/$version.tar.gz

- name: uzdoom
buildsystem: cmake-ninja
Expand Down