Skip to content

Commit 166d53f

Browse files
committed
Update snapcraft recipe
1 parent 607fc14 commit 166d53f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

snapcraft.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name: appstream-generator
2424
license: LGPL-3.0
25-
base: core20
25+
base: core22
2626
adopt-info: appstream-generator
2727

2828
confinement: strict
@@ -166,14 +166,15 @@ parts:
166166
appstream:
167167
source: https://github.com/ximion/appstream.git
168168
source-type: git
169-
source-tag: v0.15.2
169+
source-tag: v0.16.0
170170

171171
plugin: meson
172172
meson-parameters:
173173
- --prefix=/usr
174174
- --buildtype=debugoptimized
175175
- -Dcompose=true
176176
- -Dapidocs=false
177+
- -Dsystemd=false
177178
build-packages:
178179
- build-essential
179180
- docbook-xsl
@@ -233,7 +234,7 @@ parts:
233234

234235
ldc:
235236
plugin: dump
236-
source: https://github.com/ldc-developers/ldc/releases/download/v1.28.0/ldc2-1.28.0-linux-x86_64.tar.xz
237+
source: https://github.com/ldc-developers/ldc/releases/download/v1.30.0/ldc2-1.30.0-linux-x86_64.tar.xz
237238

238239
override-build: |
239240
# link shared by default

0 commit comments

Comments
 (0)