Date: Saturday, April 2, 2022 @ 19:07:07 Author: heftig Revision: 441313
42.0-1 Modified: gedit/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-02 19:06:12 UTC (rev 441312) +++ PKGBUILD 2022-04-02 19:07:07 UTC (rev 441313) @@ -2,20 +2,20 @@ # Contributor: Jan de Groot <j...@archlinux.org> pkgname=gedit -pkgver=41.0 +pkgver=42.0 pkgrel=1 pkgdesc="GNOME Text Editor" url="https://wiki.gnome.org/Apps/Gedit" arch=(x86_64) license=(GPL) -depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell python-gobject - dconf) +depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell python-gobject) makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson appstream-glib desktop-file-utils libxml2) optdepends=('gedit-plugins: Additional features') conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1') groups=(gnome) -_commit=71aedf66799123fab9289157014ff954add61ac5 # tags/41.0^0 +options=(debug) +_commit=61f737bce27b18335388c51060cc9fad0bb48154 # tags/42.0^0 source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' @@ -29,10 +29,6 @@ prepare() { cd gedit - # Versioning fixes - git cherry-pick -n e85890b64edee45e479eb6411735510d00610b0d - git tag -d 41 - git submodule init git submodule set-url subprojects/libgd "$srcdir/libgd" git submodule update