author | David Runge
<dvzrv@archlinux.org> 2022-02-03 15:32:26 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2022-02-03 15:32:26 UTC |
parent | 9d6ee6826bc78952795eebd99c75f9b21a74c368 |
PKGBUILD | +4 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index a5325d1..c4a9cdc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,10 +1,11 @@ # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> +# Maintainer: David Runge <dvzrv@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgbase=pipewire pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2 pipewire-x11-bell) -pkgver=0.3.44 +pkgver=0.3.45 pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" @@ -16,7 +17,8 @@ makedepends=(git meson doxygen graphviz python-docutils valgrind libpulse bluez-libs sbc libldac libfreeaptx libfdk-aac avahi lilv webrtc-audio-processing) checkdepends=(desktop-file-utils) -_commit=c4ca245b24071c33b1d131e131cf1ebc5fb64f2e # tags/0.3.44 +options=(debug) +_commit=bdd407fe66cc9e46d4bc4dcc989d50679000482b # tags/0.3.45 source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit") sha256sums=('SKIP')