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

Jan Steffens heftig at gemini.archlinux.org
Mon Oct 25 20:08:59 UTC 2021


    Date: Monday, October 25, 2021 @ 20:08:59
  Author: heftig
Revision: 426553

0.7.1-1

Modified:
  dleyna-renderer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 20:06:51 UTC (rev 426552)
+++ PKGBUILD	2021-10-25 20:08:59 UTC (rev 426553)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=dleyna-renderer
-pkgver=0.7.0+6+g5b26696
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Library to discover and manipulate Digital Media Renderers"
 url="https://github.com/phako/dleyna-renderer"
@@ -9,7 +9,7 @@
 license=(LGPL2.1)
 depends=(dleyna-connector-dbus gupnp-av gupnp-dlna libsoup)
 makedepends=(git meson docbook-xsl)
-_commit=5b26696fcd26e348c38ca556869fdcb8049e7ce1  # master
+_commit=1c150810f7c307f1a8cdeea530bfeb97fd7f5d03  # tags/v0.7.1^0
 source=("git+https://github.com/phako/dleyna-renderer#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -21,8 +21,8 @@
 prepare() {
   cd $pkgname
 
-  # Fixup tag so master is a descendant
-  git tag -f 0.7.0 04a4f2bcb3e4bdd622867c60c90499ed76f1e712
+  # Fix parsing of empty DIDL response
+  git cherry-pick -n 92b53e1ba868c717227bdb60e9754ad37dae5cd0
 }
 
 build() {



More information about the arch-commits mailing list