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
12 changes: 8 additions & 4 deletions expat.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: expat
version: 2.5.0
epoch: 3
epoch: 4
description: "XML SAX Parser library written in C"
copyright:
- license: MIT
Expand Down Expand Up @@ -44,9 +44,13 @@ subpackages:
description: "expat headers"
pipeline:
- uses: split/dev
dependencies:
runtime:
- expat

- name: "libexpat1"
description: "libexpat shared library"
pipeline:
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr
mv "${{targets.destdir}}"/usr/lib "${{targets.subpkgdir}}"/usr/

update:
enabled: true
Expand Down