Date: Sunday, October 23, 2022 @ 16:27:38
  Author: heftig
Revision: 458795

0.12.0-2

Modified:
  gupnp-dlna/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-23 16:21:38 UTC (rev 458794)
+++ PKGBUILD    2022-10-23 16:27:38 UTC (rev 458795)
@@ -3,7 +3,7 @@
 
 pkgname=gupnp-dlna
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to ease DLNA-related bits for applications using gupnp"
 url="https://wiki.gnome.org/Projects/GUPnP";
 arch=(x86_64)
@@ -10,6 +10,7 @@
 license=(LGPL)
 depends=(gst-plugins-base-libs)
 makedepends=(gobject-introspection gtk-doc vala meson git)
+options=(debug)
 _commit=cc09daae47ef0e030895edbeba58636c76f53b3d  # tags/gupnp-dlna-0.12.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gupnp-dlna.git#commit=$_commit";)
 sha256sums=('SKIP')
@@ -16,7 +17,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^gupnp-dlna-//;s/-/+/g'
+  git describe --tags | sed 's/^gupnp-dlna-//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -38,3 +39,5 @@
 
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to