author | Jan Alexander Steffens
<heftig@archlinux.org> 2021-09-16 14:02:16 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2021-09-16 14:02:16 UTC |
parent | 96524e632af1fc6f16a17af96d89c12096d559d1 |
PKGBUILD | +6 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index f4f63f2..d128792 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,18 +5,19 @@ pkgbase=pipewire pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-media-session pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire pipewire-zeroconf) -pkgver=0.3.35 +pkgver=0.3.36 pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" license=(MIT) arch=(x86_64) -makedepends=(git meson doxygen python-docutils valgrind libpulse alsa-lib libusb - gst-plugins-base rtkit dbus sdl2 ncurses libsndfile bluez-libs sbc - libldac libfreeaptx libfdk-aac avahi webrtc-audio-processing) +makedepends=(git meson doxygen graphviz python-docutils valgrind libpulse + alsa-lib libusb gst-plugins-base rtkit dbus sdl2 ncurses libsndfile + bluez-libs sbc libldac libfreeaptx libfdk-aac avahi + webrtc-audio-processing) checkdepends=(desktop-file-utils) -_commit=91069ec3d21c4c09f91f742cd1114806196e863e # tags/0.3.35 +_commit=4997d47f63ed2c91d74bc8e5b229e57200354ee5 # tags/0.3.36 source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit") sha256sums=('SKIP')