Bläddra i källkod

Update source

Jan Alexander Steffens 7 år sedan
förälder
incheckning
459e3aecda
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -17,7 +17,7 @@ optdepends=('gnome-control-center: System settings'
             'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
 _commit=64c857e3ff127cf6ef92fb2d837d49b679bf7412  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-shell#commit=$_commit"
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
         "git+https://git.gnome.org/browse/libgnome-volume-control"
         "git+https://git.gnome.org/browse/gnome-shell-sass")
 sha256sums=('SKIP'
@@ -37,7 +37,7 @@ prepare() {
   sed -i "s/'mozilla'/'epiphany'/g" meson.build
 
   git submodule init
-  git config --local submodule.src/gvc.url "$srcdir/libgnome-volume-control"
+  git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
   git config --local submodule.data/theme/gnome-shell-sass.url "$srcdir/gnome-shell-sass"
   git submodule update
 }