Date: Wednesday, October 26, 2022 @ 23:04:06 Author: heftig Revision: 459327
42.2-2: change group Modified: gedit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-26 23:02:36 UTC (rev 459326) +++ PKGBUILD 2022-10-26 23:04:06 UTC (rev 459327) @@ -3,7 +3,7 @@ pkgname=gedit pkgver=42.2 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME Text Editor" url="https://wiki.gnome.org/Apps/Gedit" arch=(x86_64) @@ -13,7 +13,7 @@ appstream-glib desktop-file-utils libxml2) optdepends=('gedit-plugins: Additional features') conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1') -groups=(gnome) +groups=(gnome-extra) options=(debug) _commit=7de455c111ad507385451aa23747f95ca75b18cb # tags/42.2^0 source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit" @@ -31,7 +31,7 @@ git submodule init git submodule set-url subprojects/libgd "$srcdir/libgd" - git submodule update + git -c protocol.file.allow=always submodule update } build() {
