Date: Monday, January 2, 2023 @ 01:12:09
  Author: heftig
Revision: 1372845

3.44.0-1

Modified:
  gnome-latex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-02 01:12:02 UTC (rev 1372844)
+++ PKGBUILD    2023-01-02 01:12:09 UTC (rev 1372845)
@@ -3,8 +3,8 @@
 # Contributor: Bernd PrĂ¼nster (JesusMcCloud) <[email protected]>
 
 pkgname=gnome-latex
-pkgver=3.42.0
-pkgrel=2
+pkgver=3.44.0
+pkgrel=1
 pkgdesc='LaTeX editor for the GNOME desktop'
 arch=('x86_64')
 url='https://wiki.gnome.org/Apps/GNOME-LaTeX'
@@ -13,13 +13,13 @@
 makedepends=('appstream-glib' 'autoconf-archive' 'git' 'gtk-doc' 
'gobject-introspection' 'intltool'
              'vala' 'yelp-tools')
 optdepends=('texlive-core: build LaTeX documents')
-_commit=5041d5c3dcef3116a05bca58239503664ffbcdf2
+_commit=8083f0476247feb29afac2682ee640dd18b8a6cf  # tags/3.44.0^0
 source=("git+https://gitlab.gnome.org/swilmet/gnome-latex.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {

Reply via email to