Explorar el Código

Update source

Jan Alexander Steffens hace 7 años
padre
commit
459e3aecda
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
 }