[arch-commits] Commit in dleyna-server/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Oct 25 20:09:03 UTC 2021
Date: Monday, October 25, 2021 @ 20:09:03
Author: heftig
Revision: 426554
0.7.1-1
Modified:
dleyna-server/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-25 20:08:59 UTC (rev 426553)
+++ PKGBUILD 2021-10-25 20:09:03 UTC (rev 426554)
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=dleyna-server
-pkgver=0.7.0+7+gba10c13
+pkgver=0.7.1
pkgrel=1
pkgdesc="Library to discover, browse and manipulate Digital Media Servers"
url="https://github.com/phako/dleyna-server"
@@ -9,7 +9,7 @@
license=(LGPL2.1)
depends=(dleyna-connector-dbus gupnp-av gupnp-dlna libsoup)
makedepends=(git meson)
-_commit=ba10c13702374725e5c442ca47bee6a1aea4624c # master
+_commit=fc44af8669ca81a662c9018228081f1b8f0b641d # tags/v0.7.1^0
source=("git+https://github.com/phako/dleyna-server#commit=$_commit")
sha256sums=('SKIP')
@@ -20,6 +20,12 @@
prepare() {
cd $pkgname
+
+ # Add missing soup_session_new call
+ git cherry-pick -n afc2a04c20d7722b7278e1b982452b71c9bd6da1
+
+ # Fix parsing of empty results
+ git cherry-pick -n 5c6efbbf597fe9bc44ba4ef4aadd7a98c8262241
}
build() {
More information about the arch-commits
mailing list