Date: Monday, May 10, 2021 @ 20:18:50 Author: heftig Revision: 414944
40.0-1 Modified: libwnck3/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-10 19:46:55 UTC (rev 414943) +++ PKGBUILD 2021-05-10 20:18:50 UTC (rev 414944) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=libwnck3 -pkgver=3.36.0 +pkgver=40.0 pkgrel=1 pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)" url="https://gitlab.gnome.org/GNOME/libwnck" @@ -10,7 +10,7 @@ license=(LGPL) depends=(gtk3 startup-notification libxres) makedepends=(gobject-introspection gtk-doc git meson) -_commit=3c469a0d7e58e36106eea7600ae2f6fd8aaed232 # tags/3.36.0^0 +_commit=d161ed31914711b97a1c6ebef0558d80ce51113b # tags/40.0^0 source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit") sha256sums=('SKIP') @@ -25,7 +25,7 @@ build() { arch-meson libwnck build -D gtk_doc=true - ninja -C build + meson compile -C build } check() { @@ -33,7 +33,7 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" } # vim:set sw=4 et:
