Date: Monday, May 24, 2021 @ 17:12:17 Author: heftig Revision: 416263
1.2.6-1 Modified: gupnp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-24 16:43:13 UTC (rev 416262) +++ PKGBUILD 2021-05-24 17:12:17 UTC (rev 416263) @@ -2,7 +2,7 @@ # Contributor: György Balló <[email protected]> pkgname=gupnp -pkgver=1.2.4 +pkgver=1.2.6 pkgrel=1 pkgdesc="An object-oriented UPNP framework" url="https://wiki.gnome.org/Projects/GUPnP" @@ -11,7 +11,7 @@ depends=(glib2 gssdp util-linux libxml2) makedepends=(gobject-introspection gtk-doc vala meson git) optdepends=('python: gupnp-binding-tool') -_commit=a066f3d70d7712976311c906afc3ca57be8a694d # tags/gupnp-1.2.4^0 +_commit=507d5709eaa42369624cda97d14d5ac79d0316e0 # tags/gupnp-1.2.6^0 source=("git+https://gitlab.gnome.org/GNOME/gupnp.git#commit=$_commit") sha256sums=('SKIP') @@ -38,5 +38,5 @@ libuuid.so) provides+=(libgupnp-1.2.so) - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" }
