[arch-commits] Commit in pipewire/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Aug 2 20:47:19 UTC 2018
Date: Thursday, August 2, 2018 @ 20:47:19
Author: heftig
Revision: 330472
0.2.2-1
Modified:
pipewire/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-02 20:12:47 UTC (rev 330471)
+++ PKGBUILD 2018-08-02 20:47:19 UTC (rev 330472)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=pipewire
-pkgver=0.2.0
+pkgver=0.2.2
pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines"
url="https://pipewire.org"
@@ -11,7 +11,7 @@
depends=(gstreamer gst-plugins-base v4l-utils sbc ffmpeg rtkit)
makedepends=(git meson doxygen graphviz xmltoman valgrind)
install=pipewire.install
-_commit=061f2c82b53b2f6632b7b7d583058f683d9cfb86 # tags/0.2.0
+_commit=327ae5db6ef93724640c4c74664d693d7a530dbe # tags/0.2.2
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit"
unhide-providers.diff)
sha256sums=('SKIP'
@@ -44,8 +44,7 @@
}
check() {
- cd build
- meson test
+ meson test -C build
}
package() {
More information about the arch-commits
mailing list