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

Jan Steffens heftig at archlinux.org
Sat Sep 8 01:06:33 UTC 2018


    Date: Saturday, September 8, 2018 @ 01:06:32
  Author: heftig
Revision: 333870

3.30.0-1

Modified:
  sysprof/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 01:04:30 UTC (rev 333869)
+++ PKGBUILD	2018-09-08 01:06:32 UTC (rev 333870)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
@@ -7,7 +6,7 @@
 # Contributor: Gabriel Rauter <rauter.gabriel at gmail.com>
 
 pkgname=sysprof
-pkgver=3.28.1
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Kernel based performance profiler"
 url="https://wiki.gnome.org/Apps/Sysprof"
@@ -16,8 +15,8 @@
 depends=(gtk3 polkit)
 makedepends=(itstool git meson)
 groups=(gnome-extra)
-_commit=e37017d5cf4e8579cdabd2f4eca38408b283c948  # tags/sysprof-3.28.1^0
-source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit")
+_commit=139a6365a8627aa9fac1cecf2e6c5f2692ced8c5  # tags/sysprof-3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -35,10 +34,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


Property changes on: sysprof/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list