Date: Sunday, March 12, 2023 @ 16:11:18
Author: heftig
Revision: 470675
minor cleanup
Modified:
wireplumber/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-12 16:11:08 UTC (rev 470674)
+++ PKGBUILD 2023-03-12 16:11:18 UTC (rev 470675)
@@ -22,15 +22,12 @@
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 @@
build() {
local meson_options=(
- -D system-lua=true
-D doc=disabled
-D elogind=disabled
+ -D system-lua=true
)
arch-meson $pkgbase build "${meson_options[@]}"