[arch-commits] Commit in sysprof/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Sep 8 15:29:01 UTC 2020


    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) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
 # Contributor: Eric Belanger <belanger at astro.umontreal.ca>
@@ -6,8 +6,8 @@
 # Contributor: Gabriel Rauter <rauter.gabriel at gmail.com>
 
 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() {



More information about the arch-commits mailing list