git » wireplumber.git » commit 5c798cb

minor cleanup

author Jan Alexander Steffens
2023-03-12 16:11:18 UTC
committer Jan Alexander Steffens
2023-03-12 16:11:18 UTC
parent 3cfeced2a74d48b3a6b58a8b53e84ad8b2cf937a

minor cleanup

PKGBUILD +2 -5

diff --git a/PKGBUILD b/PKGBUILD
index 625022a..53d3045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,15 +22,12 @@ makedepends=(
   lua
   meson
   pipewire
-  # python-breathe
   python-lxml
-  # python-sphinx
-  # python-sphinx_rtd_theme
   systemd
 )
 checkdepends=(pipewire-audio)
 source=("git+https://gitlab.freedesktop.org/pipewire/$pkgbase.git#commit=$_commit")
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
@@ -43,9 +40,9 @@ prepare() {
 
 build() {
   local meson_options=(
-    -D system-lua=true
     -D doc=disabled
     -D elogind=disabled
+    -D system-lua=true
   )
 
   arch-meson $pkgbase build "${meson_options[@]}"