diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-04-17 23:01:17 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-04-17 23:01:17 +1000 |
commit | 6895bc505c2d1220eee51fc5feb4e68e9bf9e633 (patch) | |
tree | ab9a921f9354768304d2c7887fc03006fb4dbb1e | |
parent | e707c9f2c61c683d8c69b6d634e0c85d0747def5 (diff) | |
download | opt-6895bc505c2d1220eee51fc5feb4e68e9bf9e633.tar.gz opt-6895bc505c2d1220eee51fc5feb4e68e9bf9e633.tar.xz |
gobject-introspection: 1.64.0 -> 1.64.1
-rw-r--r-- | gobject-introspection/.signature | 6 | ||||
-rw-r--r-- | gobject-introspection/Pkgfile | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/gobject-introspection/.signature b/gobject-introspection/.signature index fd054da1a..0ed701ae4 100644 --- a/gobject-introspection/.signature +++ b/gobject-introspection/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/dhKcOerv1hWnIPKR9N71Il5I3S3VTbHL0YSMTg4tdYzq2rnS9uwRH5STUZ2VnDsIHxMlL9Z6dKtMLjoBu8PGgA= -SHA256 (Pkgfile) = 4dc7b243da96de0af3ffd9d1b3e88c5aa79261a90fd7bd81dd3ef2d101bbf545 +RWSE3ohX2g5d/dc05Vf3A8wwSmJ3E4CnyCmGeQ/zk+qqdWD0NNcr1NIJ39kyTSNVgZakzw9W1s21D0jAD/48Efd4g8yR1kpupQ8= +SHA256 (Pkgfile) = ef4da022f8722e5de66114c6543309ee9c2b28a71901a0d62433000d7956cb7d SHA256 (.footprint) = 6373efb99d47ef6f75b74ab8c5dac61edfe6f31e4a82bf14f9ef1dfcf97e36aa -SHA256 (gobject-introspection-1.64.0.tar.xz) = eac05a63091c81adfdc8ef34820bcc7e7778c5b9e34734d344fc9e69ddf4fc82 +SHA256 (gobject-introspection-1.64.1.tar.xz) = 80beae6728c134521926affff9b2e97125749b38d38744dc901f4010ee3e7fa7 diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile index ff41430d6..596cd45df 100644 --- a/gobject-introspection/Pkgfile +++ b/gobject-introspection/Pkgfile @@ -4,18 +4,16 @@ # Depends on: glib name=gobject-introspection -version=1.64.0 +version=1.64.1 release=1 source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz) build() { - cd $name-$version - - meson build \ + meson build $name-$version \ --prefix /usr \ -D cairo=disabled \ -D doctool=disabled ninja -C build -j ${JOBS:-1} - DESTDIR="$PKG" ninja -C build install + DESTDIR=$PKG meson install -C build } |