Date: Tuesday, September 8, 2020 @ 15:29:01 Author: heftig Revision: 395569
3.36.0+9+gf2c5b2c-1 Modified: sysprof/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-08 15:26:26 UTC (rev 395568) +++ PKGBUILD 2020-09-08 15:29:01 UTC (rev 395569) @@ -1,4 +1,4 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: Geoffroy Carrier <[email protected]> # Contributor: Eric Belanger <[email protected]> @@ -6,8 +6,8 @@ # Contributor: Gabriel Rauter <[email protected]> pkgname=sysprof -pkgver=3.36.0 -pkgrel=2 +pkgver=3.36.0+9+gf2c5b2c +pkgrel=1 pkgdesc="Kernel based performance profiler" url="https://wiki.gnome.org/Apps/Sysprof" license=(GPL) @@ -15,7 +15,7 @@ depends=(gtk3 polkit libdazzle) makedepends=(yelp-tools git meson) groups=(gnome-extra) -_commit=dcaeba54ee6c24f9e5b1c5e5fcf98036d05e7d65 # tags/sysprof-3.36.0^0 +_commit=f2c5b2c7daab80446aa4a67ad2940206d8c5b457 # sysprof-3-36 source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit") sha256sums=('SKIP') @@ -37,7 +37,7 @@ CFLAGS+=" -ffat-lto-objects" arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
