Date: Friday, February 28, 2020 @ 21:09:34 Author: heftig Revision: 376393
3.34.0-1 Modified: gnome-documents/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-28 17:54:30 UTC (rev 376392) +++ PKGBUILD 2020-02-28 21:09:34 UTC (rev 376393) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-documents -pkgver=3.33.90+7+gcc19ed47 +pkgver=3.34.0 pkgrel=1 pkgdesc="A document manager application for GNOME" url="https://wiki.gnome.org/Apps/Documents" @@ -13,7 +13,7 @@ makedepends=(gobject-introspection git meson yelp-tools inkscape) optdepends=('libreoffice-fresh: Support for Libreoffice document types') groups=(gnome) -_commit=cc19ed47cc81a59a379edefcc0e37c61803f51b4 # master +_commit=15a2427b896469e9b4b5580e0497093156ea0771 # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-documents.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' @@ -28,7 +28,7 @@ cd $pkgname git submodule init - git config --local submodule.subprojects/libgd.url "$srcdir/libgd" + git submodule set-url subprojects/libgd "$srcdir/libgd" git submodule update }
