gobject-introspection: 1.62.0 -> 1.64.0

This commit is contained in:
Danny Rawlins 2020-03-08 17:03:42 +11:00
parent 2385fe8a84
commit 83a8bb9870
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RvT8IujHXjMn1ic2JoLi6t7HfwaO02EDGkDnVw3SnlGFfYz2aSnLWkHRzig1EgIxxd4gTOwCPYA0ySyKzj/Aw8=
SHA256 (Pkgfile) = 1db51f238b2a7ec895025afb32d79303188aa095b69c6118ef43956230ae1479
RWSE3ohX2g5d/dhKcOerv1hWnIPKR9N71Il5I3S3VTbHL0YSMTg4tdYzq2rnS9uwRH5STUZ2VnDsIHxMlL9Z6dKtMLjoBu8PGgA=
SHA256 (Pkgfile) = 4dc7b243da96de0af3ffd9d1b3e88c5aa79261a90fd7bd81dd3ef2d101bbf545
SHA256 (.footprint) = 6373efb99d47ef6f75b74ab8c5dac61edfe6f31e4a82bf14f9ef1dfcf97e36aa
SHA256 (gobject-introspection-1.62.0.tar.xz) = b1ee7ed257fdbc008702bdff0ff3e78a660e7e602efa8f211dc89b9d1e7d90a2
SHA256 (gobject-introspection-1.64.0.tar.xz) = eac05a63091c81adfdc8ef34820bcc7e7778c5b9e34734d344fc9e69ddf4fc82

View File

@ -4,7 +4,7 @@
# Depends on: glib
name=gobject-introspection
version=1.62.0
version=1.64.0
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz)
@ -13,8 +13,8 @@ build() {
meson build \
--prefix /usr \
-D gtk_doc=false \
-D doctool=false
-D cairo=disabled \
-D doctool=disabled
ninja -C build -j ${JOBS:-1}
DESTDIR="$PKG" ninja -C build install