Date: Sunday, January 9, 2022 @ 02:55:46 Author: heftig Revision: 433983
1.4.2-1 Modified: gupnp/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-09 02:55:20 UTC (rev 433982) +++ PKGBUILD 2022-01-09 02:55:46 UTC (rev 433983) @@ -2,7 +2,7 @@ # Contributor: György Balló <[email protected]> pkgname=gupnp -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 epoch=1 pkgdesc="An object-oriented UPNP framework" @@ -12,17 +12,20 @@ depends=(glib2 gssdp util-linux libxml2) makedepends=(gobject-introspection gtk-doc vala meson git) optdepends=('python: gupnp-binding-tool') -_commit=21cf45befcdfbda8882ff4805f9e791270e28274 # tags/gupnp-1.4.1^0 +_commit=f700b70b3d4a81153403164d9a0e05d8f6a22afa # tags/gupnp-1.4.2^0 source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd gupnp - git describe --tags | sed 's/^gupnp-//;s/-/+/g' + git describe --tags | sed 's/^gupnp-//;s/[^-]*-g/r&/;s/-/+/g' } prepare() { cd gupnp + + # Unbreak man page build + git revert -n 8795626a07963a91400773cfe04d4f2f1c37ff14 } build() {
