author | Jan Alexander Steffens
<heftig@archlinux.org> 2021-08-05 17:02:09 UTC |
committer | Jan Alexander Steffens
<heftig@archlinux.org> 2021-08-05 17:02:09 UTC |
parent | f35d21b1458b1d499d7e4131394db798e5161f54 |
PKGBUILD | +3 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 0b3f616..aaee4e0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,8 +5,8 @@ pkgbase=pipewire pkgname=(pipewire alsa-card-profiles pipewire-docs pipewire-media-session pipewire-alsa pipewire-jack pipewire-pulse gst-plugin-pipewire pipewire-zeroconf) -pkgver=0.3.32 -pkgrel=2 +pkgver=0.3.33 +pkgrel=1 epoch=1 pkgdesc="Low-latency audio/video router and processor" url="https://pipewire.org" @@ -16,7 +16,7 @@ makedepends=(git meson doxygen xmltoman valgrind libpulse alsa-lib libusb gst-plugins-base rtkit dbus sdl2 ncurses libsndfile bluez-libs sbc libldac libfreeaptx libfdk-aac avahi webrtc-audio-processing) checkdepends=(desktop-file-utils) -_commit=41ce3092756ab27106881f4246e54bf32ea5adbe # tags/0.3.32 +_commit=8119e5cdb4efc3325f5629cd1afe9957aa5c39dc # tags/0.3.33 source=("git+https://gitlab.freedesktop.org/pipewire/pipewire.git#commit=$_commit") sha256sums=('SKIP') @@ -27,9 +27,6 @@ pkgver() { prepare() { cd pipewire - - # Replace libopenaptx with libfreeaptx - git cherry-pick -n 1216371f8c06f548f8ade6468b66612f43df1436 } build() {