Date: Friday, February 26, 2021 @ 15:40:16 Author: heftig Revision: 408837
0.3.2-1 Modified: libgxps/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-26 13:28:51 UTC (rev 408836) +++ PKGBUILD 2021-02-26 15:40:16 UTC (rev 408837) @@ -1,9 +1,10 @@ +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Maintainer: Jan de Groot <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=libgxps -pkgver=0.3.1 -pkgrel=2 +pkgver=0.3.2 +pkgrel=1 pkgdesc="XPS Documents library" url="https://wiki.gnome.org/Projects/libgxps" arch=(x86_64) @@ -10,7 +11,7 @@ license=(GPL2) depends=(gtk3 libarchive libjpeg-turbo libtiff lcms2) makedepends=(gobject-introspection gtk-doc git meson) -_commit=1e508695c38ede224464ab3117777a2e65cf17ae # tags/0.3.1^0 +_commit=f5027ed09c767e8a02e652fbc77dcea79e19e10d # tags/0.3.2^0 source=("git+https://gitlab.gnome.org/GNOME/libgxps.git#commit=$_commit") sha256sums=('SKIP') @@ -25,7 +26,7 @@ build() { arch-meson $pkgname build -D enable-man=true -D enable-gtk-doc=true - ninja -C build + meson compile -C build } check() {
