[arch-commits] Commit in gnome-latex/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Jun 5 16:23:24 UTC 2021


    Date: Saturday, June 5, 2021 @ 16:23:24
  Author: bgyorgy
Revision: 956124

Minor changes

Modified:
  gnome-latex/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-05 15:37:54 UTC (rev 956123)
+++ PKGBUILD	2021-06-05 16:23:24 UTC (rev 956124)
@@ -5,15 +5,15 @@
 pkgname=gnome-latex
 pkgver=3.38.0+13+g703c2c9
 pkgrel=1
-pkgdesc="LaTeX editor for the GNOME desktop"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/GNOME-LaTeX"
-license=(GPL3)
-depends=(gsettings-desktop-schemas gspell libgee tepl)
-makedepends=(gobject-introspection intltool itstool vala git gtk-doc yelp-tools
-             autoconf-archive appstream-glib)
+pkgdesc='LaTeX editor for the GNOME desktop'
+arch=('x86_64')
+url='https://wiki.gnome.org/Apps/GNOME-LaTeX'
+license=('GPL3')
+depends=('gsettings-desktop-schemas' 'gspell' 'libgee' 'tepl')
+makedepends=('appstream-glib' 'autoconf-archive' 'git' 'gtk-doc' 'gobject-introspection' 'intltool'
+             'vala' 'yelp-tools')
 optdepends=('texlive-core: build LaTeX documents')
-replaces=(latexila)
+replaces=('latexila')
 _commit=703c2c969accfcc9342a05397aa05de138fe27fc  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-latex.git#commit=$_commit")
 sha256sums=('SKIP')



More information about the arch-commits mailing list