summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2020-02-22 11:51:41 +0100
committerKevin Majewski2020-02-22 11:51:41 +0100
commit1d2ceb07453ca9be4392b60ac16d18da59420ced (patch)
tree83c0b8f8de96e5912cd22b38ce59d1913d8ae3e2
parentaac78031e73bbc1a9f58f7105ba95c3dca54de01 (diff)
downloadaur-1d2ceb07453ca9be4392b60ac16d18da59420ced.tar.gz
Update to js68
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df9fba6debf3..c76284b46da4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = gjs-git
makedepends = meson
depends = cairo
depends = gobject-introspection-runtime
- depends = js60
+ depends = js68
depends = dconf
provides = gjs
conflicts = gjs
diff --git a/PKGBUILD b/PKGBUILD
index 8b1e7f6ae7bd..a3ec94d0e807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Javascript Bindings for GNOME"
url="https://wiki.gnome.org/Projects/Gjs"
arch=(x86_64)
license=(GPL)
-depends=('cairo' 'gobject-introspection-runtime' 'js60' 'dconf')
+depends=('cairo' 'gobject-introspection-runtime' 'js68' 'dconf')
makedepends=('gobject-introspection' 'git' 'autoconf-archive' 'sysprof' 'meson')
checkdepends=('valgrind' 'xorg-server-xvfb')
provides=('gjs')