[arch-commits] Commit in wireplumber/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Jul 12 13:23:42 UTC 2022


    Date: Tuesday, July 12, 2022 @ 13:23:42
  Author: heftig
Revision: 450889

code style

Modified:
  wireplumber/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-12 13:21:25 UTC (rev 450888)
+++ PKGBUILD	2022-07-12 13:23:42 UTC (rev 450889)
@@ -24,8 +24,9 @@
 
 prepare() {
   cd $pkgbase
-  git cherry-pick -n \
-    'c16e637c329bc9dda8544b18f5bd47a8d63ee253'
+
+  # Fix sound inside VM
+  git cherry-pick -n c16e637c329bc9dda8544b18f5bd47a8d63ee253
 }
 
 build() {



More information about the arch-commits mailing list