Date: Saturday, June 4, 2022 @ 00:14:45 Author: heftig Revision: 447537
0.14.1-1 Modified: gupnp-av/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-03 21:46:46 UTC (rev 447536) +++ PKGBUILD 2022-06-04 00:14:45 UTC (rev 447537) @@ -3,7 +3,7 @@ # Contributor: Denis Zawada <[email protected]> pkgname=gupnp-av -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" url="https://wiki.gnome.org/Projects/GUPnP" @@ -11,26 +11,27 @@ license=(LGPL) depends=(glib2 libxml2) makedepends=(gobject-introspection gtk-doc vala meson git) -_commit=c0a8a77e1182fb428ab13021c9ebe278eb2750d1 # tags/gupnp-av-0.14.0^0 +options=(debug) +_commit=86f148ebb920a8113190fd3e6cae636c9fdd3ca7 # tags/gupnp-av-0.14.1^0 source=("git+https://gitlab.gnome.org/GNOME/gupnp-av.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname - git describe --tags | sed 's/^gupnp-av-//;s/-/+/g' + cd gupnp-av + git describe --tags | sed 's/^gupnp-av-//;s/[^-]*-g/r&/;s/-/+/g' } prepare() { - cd $pkgname + cd gupnp-av } build() { - arch-meson $pkgname build -D gtk_doc=true + arch-meson gupnp-av build -D gtk_doc=true meson compile -C build } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
