author | Jan Alexander Steffens
<heftig@archlinux.org> 2022-03-29 20:06:14 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2022-03-29 20:06:14 UTC |
parent | ce263caf2bdcf567ca5809cc9c2744c067d47d82 |
PKGBUILD | +6 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index e57c809..96f374c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,33 +1,31 @@ -# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> # Maintainer: David Runge <dvzrv@archlinux.org> +# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgbase=pipewire pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire pipewire-zeroconf pipewire-v4l2 pipewire-x11-bell) -pkgver=0.3.48 +_commit=075e7b266876802eab0077afd13ea8e1cee5e1fd # tags/0.3.49 +pkgver=0.3.49 pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" -license=(MIT) arch=(x86_64) +license=(MIT) makedepends=(git meson doxygen graphviz python-docutils valgrind libpulse alsa-lib libusb gst-plugins-base rtkit dbus sdl2 ncurses libcanberra libsndfile bluez-libs sbc libldac libfreeaptx libfdk-aac avahi lilv webrtc-audio-processing libx11 libxfixes) checkdepends=(desktop-file-utils) options=(debug) -_commit=6c4d3a51583f823b789b0de2df1e36d6c2f8dff8 # tags/0.3.48 -source=( - "git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit" -) +source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd pipewire - git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' + git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' } prepare() {