summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac33212bfa5..b7d0e273acc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gjs-fix-leaks
pkgdesc = Javascript Bindings for GNOME
- pkgver = 1.52.2
+ pkgver = 1.52.3
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/Gjs
@@ -17,7 +17,7 @@ pkgbase = gjs-fix-leaks
depends = gtk3
provides = gjs
conflicts = gjs
- source = git+https://gitlab.gnome.org/GNOME/gjs.git#commit=9a331f9ba850f20734547eb3eaa2f4b1c79bb527
+ source = git+https://gitlab.gnome.org/GNOME/gjs.git#commit=9e63c335e84613a6e499c61aa1afcd5107c36b10
source = fix-leaks-lp1672297-1-context-Add-API-to-force-GC-schedule.patch
source = fix-leaks-lp1672297-2-object-Queue-a-forced-GC-when-toggling-down.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a95148d461c..4ffd7c0c6bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=gjs
pkgname=gjs-fix-leaks
-pkgver=1.52.2
+pkgver=1.52.3
pkgrel=1
epoch=1
pkgdesc="Javascript Bindings for GNOME"
@@ -17,7 +17,7 @@ makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
conflicts=(gjs)
provides=(gjs)
checkdepends=(valgrind)
-_commit=9a331f9ba850f20734547eb3eaa2f4b1c79bb527 # tags/1.52.2^0
+_commit=9e63c335e84613a6e499c61aa1afcd5107c36b10 # tags/1.52.3^0
source=(
"git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit"
"fix-leaks-lp1672297-1-context-Add-API-to-force-GC-schedule.patch"