* update gupnp to 1:1.6.8-1

This commit is contained in:
Alexander Baldeck 2025-02-12 10:23:07 +01:00
parent 175e991a06
commit f0e5d791cf
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = gupnp
pkgdesc = GObject-based UPNP framework
pkgver = 1.6.7
pkgver = 1.6.8
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GUPnP
@ -21,9 +21,9 @@ pkgbase = gupnp
depends = glibc
depends = gssdp
depends = libxml2
source = git+https://gitlab.gnome.org/GNOME/gupnp.git?signed#tag=gupnp-1.6.7
source = git+https://gitlab.gnome.org/GNOME/gupnp.git?signed#tag=gupnp-1.6.8
validpgpkeys = AC9CD4E32D7C7F6357BA8ADD10F6E970175D29E1
b2sums = ed3d89e16ccf3be185407b4f4efe283c7b80b42a400803c2598770f4270337f092ebc6b0376b70f1c8f4ad31d87c6354fa0aea232eb08d96da100f736257c463
b2sums = a4bb800ed8079c7a646101809fc6227283b0061ad09f4910acbd939446b0ca03e3a268fde40ed40393fd080a9643ae299e0b8d2e433214c0387ad883e04c3bec
pkgname = gupnp
depends = gcc-libs

View File

@ -7,7 +7,7 @@ pkgname=(
gupnp
gupnp-docs
)
pkgver=1.6.7
pkgver=1.6.8
pkgrel=1
epoch=1
pkgdesc="GObject-based UPNP framework"
@ -30,7 +30,7 @@ makedepends=(
vala
)
source=("git+https://gitlab.gnome.org/GNOME/gupnp.git?signed#tag=gupnp-$pkgver")
b2sums=('ed3d89e16ccf3be185407b4f4efe283c7b80b42a400803c2598770f4270337f092ebc6b0376b70f1c8f4ad31d87c6354fa0aea232eb08d96da100f736257c463')
b2sums=('a4bb800ed8079c7a646101809fc6227283b0061ad09f4910acbd939446b0ca03e3a268fde40ed40393fd080a9643ae299e0b8d2e433214c0387ad883e04c3bec')
validpgpkeys=(
AC9CD4E32D7C7F6357BA8ADD10F6E970175D29E1 # Jens Georg <mail@jensge.org>
)