summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortinywrkb2020-09-19 13:40:40 +0300
committertinywrkb2020-09-19 13:40:40 +0300
commit1f46bc61796d4459b76988dcb806329edf320c1e (patch)
tree5f7e2680cfcea6d19fe29dfae11668f9a00b5b25 /PKGBUILD
parent5d1fc4a8e189e182612ff8ec06e9b7d41639799a (diff)
downloadaur-1f46bc61796d4459b76988dcb806329edf320c1e.tar.gz
bump to 0.3.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dbfdc645f5f..ebdd9a881521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=pipewire-gstfree
_pkgbase=pipewire
pkgname=(pipewire-gstfree pipewire-gstfree-docs pipewire-gstfree-jack pipewire-gstfree-pulse pipewire-gstfree-alsa)
-pkgver=0.3.11
+pkgver=0.3.12
pkgrel=1
pkgdesc="Server and user space API to deal with multimedia pipelines. packaged without gstreamer dependencies"
url="https://pipewire.org"
@@ -16,7 +16,7 @@ arch=(x86_64)
makedepends=(git meson doxygen graphviz xmltoman valgrind jack2 libpulse
alsa-lib sbc rtkit vulkan-icd-loader
dbus libsndfile bluez-libs vulkan-headers)
-_commit=b0c758719dfd661d9d2237e780f93d56ea181669 # tags/0.3.11
+_commit=fc0354ae1d74e5b3681ff852507d9bc1719027d5
source=("git+https://github.com/PipeWire/pipewire#commit=$_commit")
sha256sums=('SKIP')
@@ -34,7 +34,6 @@ build() {
-D gstreamer=false \
-D docs=true \
-D udevrulesdir=/usr/lib/udev/rules.d
-
meson compile -C build
}