Date: Friday, September 18, 2020 @ 23:42:09 Author: heftig Revision: 396302
0.3.12-1 Modified: pipewire/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-18 23:37:36 UTC (rev 396301) +++ PKGBUILD 2020-09-18 23:42:09 UTC (rev 396302) @@ -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 @@ 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 @@ arch-meson $pkgbase build \ -D docs=true \ -D udevrulesdir=/usr/lib/udev/rules.d - meson compile -C build }
