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

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 22 01:53:14 UTC 2022


    Date: Tuesday, March 22, 2022 @ 01:53:13
  Author: heftig
Revision: 440515

4.8.3-1

Modified:
  gtksourceview4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 01:53:01 UTC (rev 440514)
+++ PKGBUILD	2022-03-22 01:53:13 UTC (rev 440515)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gtksourceview4
-pkgver=4.8.2
+pkgver=4.8.3
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView"
@@ -13,13 +13,14 @@
 makedepends=(gobject-introspection vala gtk-doc glade yelp-tools git meson)
 checkdepends=(xorg-server-xvfb)
 provides=(libgtksourceview-${pkgver%%.*}.so)
-_commit=9ef6616cc9d242787eac5474988e2aa3a040bb2e  # tags/4.8.2^0
+options=(debug)
+_commit=852d98241a61636de6eafe7e6b0e886e25c77775  # tags/4.8.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd gtksourceview
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list