author | David Runge
<dvzrv@archlinux.org> 2022-03-23 12:18:27 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2022-03-23 12:18:27 UTC |
parent | edfc9da9ee033b467b9145bf60a19b6cb077463a |
PKGBUILD | +4 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 7ba7464..a2790da 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,9 @@ pkgbase=wireplumber pkgname=(wireplumber wireplumber-docs) -pkgver=0.4.8 -pkgrel=2 +_commit=8b97b40c4467951fbd4181afb47e4175361365a6 # tags/0.4.9 +pkgver=0.4.9 +pkgrel=1 pkgdesc="Session / policy manager implementation for PipeWire" arch=(x86_64) url="https://pipewire.pages.freedesktop.org/wireplumber/" @@ -13,20 +14,12 @@ 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=e14bb72dcc85e2130d0ea96768e5ae3b375a041e # tags/0.4.8 source=("$pkgbase::git+https://gitlab.freedesktop.org/pipewire/wireplumber.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgbase - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgbase - - # si-audio-adapter: relax format parsing - git cherry-pick -n 'afbc0ce57aac7aee8dc1651de4620f15c73dbace' + git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } build() {