Date: Tuesday, March 23, 2021 @ 21:13:20 Author: heftig Revision: 410804
3.40.1-1 Modified: sysprof/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-23 21:07:47 UTC (rev 410803) +++ PKGBUILD 2021-03-23 21:13:20 UTC (rev 410804) @@ -6,8 +6,8 @@ # Contributor: Gabriel Rauter <[email protected]> pkgname=sysprof -pkgver=3.38.1 -pkgrel=2 +pkgver=3.40.1 +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=309ec5b0911d0480a9e47d0c66419131da2037ec # tags/3.38.1^0 +_commit=c6840d48d18eaf6b013b550c1551e7954e98d1c8 # tags/3.40.1^0 source=("git+https://gitlab.gnome.org/GNOME/sysprof.git#commit=$_commit") sha256sums=('SKIP') @@ -30,10 +30,6 @@ prepare() { cd $pkgname - - # Symbol visibility fix - # https://gitlab.gnome.org/GNOME/sysprof/-/issues/60 - git cherry-pick -n 3f2b486741920e17dbe9ba9fc13718656cecf8d1 } build() {
