[arch-commits] Commit in sysprof/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 01:57:15 UTC 2020
Date: Sunday, March 8, 2020 @ 01:57:15
Author: heftig
Revision: 376947
3.36.0-1
Modified:
sysprof/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 01:51:58 UTC (rev 376946)
+++ PKGBUILD 2020-03-08 01:57:15 UTC (rev 376947)
@@ -6,7 +6,7 @@
# Contributor: Gabriel Rauter <rauter.gabriel at gmail.com>
pkgname=sysprof
-pkgver=3.34.1
+pkgver=3.36.0
pkgrel=1
pkgdesc="Kernel based performance profiler"
url="https://wiki.gnome.org/Apps/Sysprof"
@@ -15,7 +15,7 @@
depends=(gtk3 polkit libdazzle)
makedepends=(yelp-tools git meson)
groups=(gnome-extra)
-_commit=15acfe0e3ae211258a65bf32521c5002f7e947bf # tags/sysprof-3.34.1^0
+_commit=dcaeba54ee6c24f9e5b1c5e5fcf98036d05e7d65 # tags/sysprof-3.36.0^0
source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit")
sha256sums=('SKIP')
@@ -37,8 +37,7 @@
}
check() {
- # Test needs sysprofd at system dbus
- meson test -C build --print-errorlogs || :
+ meson test -C build --print-errorlogs
}
package() {
More information about the arch-commits
mailing list