* update gupnp to 1:1.6.5-1

This commit is contained in:
Alexander Baldeck 2023-08-31 13:02:02 +02:00
parent 9e3f2efb0a
commit e5fb9392d8

View File

@ -1,3 +1,4 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: György Balló <ballogy@freestart.hu>
@ -6,7 +7,7 @@ pkgname=(
gupnp
gupnp-docs
)
pkgver=1.6.4
pkgver=1.6.5
pkgrel=1
epoch=1
pkgdesc="An object-oriented UPNP framework"
@ -25,7 +26,7 @@ makedepends=(
meson
vala
)
_commit=b6a70d48f7835fc7e91c1afbf0a761fabcaf8df9 # tags/gupnp-1.6.4^0
_commit=04fc6512bcf26a405ede293592bd69c733f3191b # tags/gupnp-1.6.5^0
source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit")
b2sums=('SKIP')
@ -36,9 +37,6 @@ pkgver() {
prepare() {
cd gupnp
# fix meson 1.2.0
git cherry-pick -n 884639bd29323cbb8fbd36bc69d08097a2ae2cd1
}
build() {