Date: Tuesday, September 29, 2020 @ 16:38:22
  Author: heftig
Revision: 396964

1.66.0-2: sysprof

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-29 16:37:56 UTC (rev 396963)
+++ PKGBUILD    2020-09-29 16:38:22 UTC (rev 396964)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.66.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -10,7 +10,7 @@
 arch=(x86_64)
 license=(GPL)
 depends=(cairo gobject-introspection-runtime js78 dconf readline)
-makedepends=(gobject-introspection git meson dbus)
+makedepends=(gobject-introspection git meson dbus sysprof)
 checkdepends=(valgrind xorg-server-xvfb gtk3)
 provides=(libgjs.so)
 _commit=455a0177362d7fdb79395b796f6cd14e7f03c0d4  # tags/1.66.0^0
@@ -29,8 +29,7 @@
 build() {
   arch-meson $pkgname build \
     --buildtype release \
-    -D installed_tests=false \
-    -D profiler=disabled
+    -D installed_tests=false
   meson compile -C build
 }
 

Reply via email to