git » pipewire.git » commit c90e988

0.3.10-1

author Jan Alexander Steffens
2020-08-24 15:55:51 UTC
committer Jan Alexander Steffens
2020-08-24 15:55:51 UTC
parent 38760827b0657baea18d2f2502aab7693cf27621

0.3.10-1

PKGBUILD +3 -6

diff --git a/PKGBUILD b/PKGBUILD
index 90f742d..370472a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ 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=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 @@ pkgver() {
 
 prepare() {
   cd $pkgbase
-
-  # Fix infinite loop when disconnecting ALSA device
-  git cherry-pick -n d2452e1340038539bfbe3948fe61fe8a7b214f85
 }
 
 build() {