← recipes

Commit 8dd32cf

0
plików
+0
dodanych
-0
usuniętych
@@ -1,6 +1,6 @@
1 1 pkgname: libxml2
2 2 pkgver: '2.15.3'
3 -pkgrel: '2'
3 +pkgrel: '3'
4 4 pkgdesc: 'Libraries and utilities used for parsing XML files.'
5 5 url: 'https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home'
6 6 arch: x86_64
@@ -21,6 +21,7 @@ sha256sums:
21 21
22 22 build: |
23 23 meson setup --prefix /usr \
24 + --libdir=lib \
24 25 --buildtype plain \
25 26 -D legacy=enabled \
26 27 -D python=enabled \