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

Jan Steffens heftig at archlinux.org
Tue Oct 3 23:36:17 UTC 2017


    Date: Tuesday, October 3, 2017 @ 23:36:16
  Author: heftig
Revision: 306671

3.26.1-1

Modified:
  sysprof/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-03 23:33:45 UTC (rev 306670)
+++ PKGBUILD	2017-10-03 23:36:16 UTC (rev 306671)
@@ -7,7 +7,7 @@
 # Contributor: Gabriel Rauter <rauter.gabriel at gmail.com>
 
 pkgname=sysprof
-pkgver=3.26.0+1+g9077226
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Kernel based performance profiler"
 url="https://wiki.gnome.org/Apps/Sysprof"
@@ -15,7 +15,7 @@
 arch=(i686 x86_64)
 depends=(gtk3 polkit)
 makedepends=(itstool git meson)
-_commit=9077226cbec0274655b9a4f492ec87f82a76617b  # sysprof-3-26
+_commit=b251a6c85336d0e3646859bff89919c220e75534  # tags/sysprof-3.26.1^0
 source=("git+https://git.gnome.org/browse/sysprof#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -31,8 +31,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib
+  arch-meson ../$pkgname
   ninja
 }
 



More information about the arch-commits mailing list