git » wireplumber.git » commit bf557bf

code style

author Jan Alexander Steffens
2022-07-12 13:23:42 UTC
committer Jan Alexander Steffens
2022-07-12 13:23:42 UTC
parent fbb2ea25dff321c56abd33ef8f9ee94a049bf29b

code style

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 3a16ef0..46a58fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,9 @@ pkgver() {
 
 prepare() {
   cd $pkgbase
-  git cherry-pick -n \
-    'c16e637c329bc9dda8544b18f5bd47a8d63ee253'
+
+  # Fix sound inside VM
+  git cherry-pick -n c16e637c329bc9dda8544b18f5bd47a8d63ee253
 }
 
 build() {