diff --git a/srcpkgs/gupnp-av/template b/srcpkgs/gupnp-av/template index 53a6eec6ce..583c41ed61 100644 --- a/srcpkgs/gupnp-av/template +++ b/srcpkgs/gupnp-av/template @@ -1,7 +1,7 @@ # Template file for 'gupnp-av' pkgname=gupnp-av version=0.12.11 -revision=3 +revision=4 build_style=gnu-configure build_helper="gir" configure_args="--disable-static $(vopt_enable gir introspection)" @@ -16,12 +16,7 @@ checksum=689dcf1492ab8991daea291365a32548a77d1a2294d85b33622b55cca9ce6fdc # Package build options build_options="gir vala" - -case "$XBPS_TARGET_MACHINE" in - i686-musl|x86_64-musl) build_options_default+=" gir vala" ;; - *-musl) ;; - *) build_options_default+=" gir vala" ;; -esac +build_options_default="gir vala" gupnp-av-devel_package() { depends="gupnp-devel ${sourcepkg}>=${version}_${revision}"