Date: Saturday, August 6, 2022 @ 21:00:51
  Author: heftig
Revision: 452362

2.9.41-1

Modified:
  libdmapsharing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-06 20:58:40 UTC (rev 452361)
+++ PKGBUILD    2022-08-06 21:00:51 UTC (rev 452362)
@@ -1,22 +1,23 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 # Contributor: Ionut Biru <ib...@archlinux.org>
 
 pkgname=libdmapsharing
-pkgver=2.9.39
-pkgrel=3
+pkgver=2.9.41
+pkgrel=1
 pkgdesc="A library that implements the DMAP family of protocols"
+url="https://www.flyn.org/projects/libdmapsharing/index.html";
 arch=(x86_64)
-url="https://www.flyn.org/projects/libdmapsharing/index.html";
 license=(LGPL2.1)
 depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc gobject-introspection)
-_commit=b5af68774d432bbf44ffa552df26665dce1cc155  # 
tags/LIBDMAPSHARING_2_9_39^0
+makedepends=(git gtk-doc gobject-introspection check vala)
+options=(debug)
+_commit=ecee3cc737d748d45ef4524b2c19a0fdf7c73804  # 
tags/LIBDMAPSHARING_2_9_41^0
 
source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^LIBDMAPSHARING_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 
's/^LIBDMAPSHARING_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {

Reply via email to