author | Jan Alexander Steffens
<heftig@archlinux.org> 2020-09-18 23:42:09 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2020-09-18 23:42:09 UTC |
parent | 29f6b61315170fecd04dcdf6defa5bad70bf9d1c |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 36bbbd7..6421414 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=pipewire pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa) -pkgver=0.3.11 +pkgver=0.3.12 pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" url="https://pipewire.org" @@ -12,7 +12,7 @@ arch=(x86_64) makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse alsa-lib gstreamer gst-plugins-base sbc rtkit vulkan-icd-loader dbus libsndfile bluez-libs vulkan-headers) -_commit=b0c758719dfd661d9d2237e780f93d56ea181669 # tags/0.3.11 +_commit=fc0354ae1d74e5b3681ff852507d9bc1719027d5 # tags/0.3.12 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,6 @@ build() { arch-meson $pkgbase build \ -D docs=true \ -D udevrulesdir=/usr/lib/udev/rules.d - meson compile -C build }