Date: Monday, August 24, 2020 @ 15:55:51 Author: heftig Revision: 394639
0.3.10-1 Modified: pipewire/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-24 11:22:20 UTC (rev 394638) +++ PKGBUILD 2020-08-24 15:55:51 UTC (rev 394639) @@ -3,8 +3,8 @@ pkgbase=pipewire pkgname=(pipewire pipewire-docs pipewire-jack pipewire-pulse pipewire-alsa) -pkgver=0.3.8 -pkgrel=2 +pkgver=0.3.10 +pkgrel=1 pkgdesc="Server and user space API to deal with multimedia pipelines" url="https://pipewire.org" license=(LGPL2.1) @@ -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=229fad46914a32b621e88e53abd1270c62b0e158 # tags/0.3.8^0 +_commit=69be14186e20ffaa42c4a635be5da49173c45b97 # tags/0.3.10 source=("git+https://github.com/PipeWire/pipewire#commit=$_commit") sha256sums=('SKIP') @@ -23,9 +23,6 @@ prepare() { cd $pkgbase - - # Fix infinite loop when disconnecting ALSA device - git cherry-pick -n d2452e1340038539bfbe3948fe61fe8a7b214f85 } build() {
