Skip to content

Commit

Permalink
Merge pull request #25 from Mandy91/master
Browse files Browse the repository at this point in the history
Added XML, JSON and Yaml support
  • Loading branch information
tartley authored Dec 16, 2019
2 parents 1b2dc19 + e661574 commit 25a39cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ parts:
source-type: git
source: https://github.com/universal-ctags/ctags.git
plugin: autotools
build-packages: [pkg-config]
stage-packages: [libxml2]
build-packages: [pkg-config, libyaml-dev, libxml2-dev, libjansson-dev]
stage-packages: [libxml2, libjansson4]
override-pull: |
snapcraftctl pull
snapcraftctl set-version "0.$(date -u +%Y-%m-%d+%H:%M:%S)+$(git show -s --format=%h)"
Expand Down

0 comments on commit 25a39cf

Please sign in to comment.