git » wireplumber.git » commit 24e3d65

Rebuild to add debug package.

author David Runge
2022-02-04 22:56:37 UTC
committer David Runge
2022-02-04 22:56:37 UTC
parent 20887e18587b26fb9b969ad761e49f2c0adf8ed8

Rebuild to add debug package.

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index f0529e4..a1d350e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgbase=wireplumber
 pkgname=(wireplumber wireplumber-docs)
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Session / policy manager implementation for PipeWire"
 url="https://pipewire.pages.freedesktop.org/wireplumber/"
 license=(MIT)
@@ -12,6 +12,7 @@ arch=(x86_64)
 makedepends=(git meson doxygen graphviz 'pipewire>=0.3.43' systemd glib2 lua
              gobject-introspection python-sphinx python-sphinx_rtd_theme
              python-breathe python-lxml)
+options=(debug)
 _commit=afb177b5e0840d54dc41d02920702c3c9580ce02  # tags/0.4.7
 source=("$pkgbase::git+https://gitlab.freedesktop.org/pipewire/wireplumber.git#commit=$_commit")
 sha256sums=('SKIP')