Date: Friday, November 18, 2022 @ 17:49:17 Author: heftig Revision: 1349578
43.2-1 Modified: gedit/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-18 17:48:11 UTC (rev 1349577) +++ PKGBUILD 2022-11-18 17:49:17 UTC (rev 1349578) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gedit -pkgver=43.1 +pkgver=43.2 pkgrel=1 pkgdesc="GNOME Text Editor" url="https://wiki.gnome.org/Apps/Gedit" @@ -30,7 +30,7 @@ conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1') groups=(gnome-extra) options=(debug) -_commit=549daad83dbe515c83a9fe5828a584989bc6a6e0 # tags/43.1^0 +_commit=d1f190395f1402cf319500185df0f92d18303dab # tags/43.2^0 source=( "git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git" @@ -46,9 +46,6 @@ prepare() { cd gedit - # Fix API version - git cherry-pick -n 57bb3a5cbf9d92031a7769d494ef12f01a983ec3 - git submodule init git submodule set-url subprojects/libgd "$srcdir/libgd" git -c protocol.file.allow=always submodule update
