summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Majewski2020-02-22 11:59:37 +0100
committerKevin Majewski2020-02-22 11:59:37 +0100
commit81659f21e1312d260377031d8f1454a9b07e75c6 (patch)
treee1ff6155930d3620b38cd7fd24a08a3d28f3369d
parent1d2ceb07453ca9be4392b60ac16d18da59420ced (diff)
downloadaur-81659f21e1312d260377031d8f1454a9b07e75c6.tar.gz
Fix project url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c76284b46da4..8667e9a57e0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gjs-git
pkgdesc = Javascript Bindings for GNOME
- pkgver = 1.63.2+21+g471591a3
+ pkgver = 1.63.91+2+g6ea0f836
pkgrel = 1
- url = https://wiki.gnome.org/Projects/Gjs
+ url = https://gitlab.gnome.org/GNOME/gjs/blob/master/doc/Home.md
arch = x86_64
license = GPL
checkdepends = valgrind
@@ -18,7 +18,7 @@ pkgbase = gjs-git
depends = dconf
provides = gjs
conflicts = gjs
- source = git+https://gitlab.gnome.org/GNOME/gjs
+ source = git+https://gitlab.gnome.org/GNOME/gjs.git/
sha256sums = SKIP
pkgname = gjs-git
diff --git a/PKGBUILD b/PKGBUILD
index a3ec94d0e807..a54da869a0a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=gjs-git
_pkgname=gjs
-pkgver=1.63.2+21+g471591a3
+pkgver=1.63.91+2+g6ea0f836
pkgrel=1
pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs"
+url="https://gitlab.gnome.org/GNOME/gjs/blob/master/doc/Home.md"
arch=(x86_64)
license=(GPL)
depends=('cairo' 'gobject-introspection-runtime' 'js68' 'dconf')
@@ -11,7 +11,7 @@ makedepends=('gobject-introspection' 'git' 'autoconf-archive' 'sysprof' 'meson')
checkdepends=('valgrind' 'xorg-server-xvfb')
provides=('gjs')
conflicts=('gjs')
-source=("git+https://gitlab.gnome.org/GNOME/gjs")
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git/")
sha256sums=('SKIP')
pkgver() {