From 5fa8beb2a89c12917c1753a61cf9e68b4059a742 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 19 Nov 2017 01:45:06 +0000
Subject: [PATCH] extra/gjs to 1.50.2-1

---
 extra/gjs/PKGBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/extra/gjs/PKGBUILD b/extra/gjs/PKGBUILD
index ca6724881..af7dfd3ab 100644
--- a/extra/gjs/PKGBUILD
+++ b/extra/gjs/PKGBUILD
@@ -5,17 +5,17 @@
 #  - configure with --enable-compile-warnings=no
 
 pkgname=gjs
-pkgver=1.50.1
+pkgver=1.50.2
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs"
-arch=(i686 x86_64)
+arch=(x86_64)
 license=(GPL)
 depends=(cairo gobject-introspection-runtime js52 gtk3)
 makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
 checkdepends=(valgrind)
-_commit=b1b7b14bd54e108fde97eea9247e2636c8d760cf  # tags/1.50.1^0
-source=("git+https://git.gnome.org/browse/gjs#commit=$_commit")
+_commit=9a97b89ac410091466961d8430ff4da399b83bbe  # tags/1.50.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {