Date: Friday, September 23, 2022 @ 01:53:13 Author: farseerfc Revision: 1309127
upgpkg: libtg_owt 0.git16.442d5bb593c0ae314960308d78f2016ad1f80c3e-1 Modified: libtg_owt/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-23 01:22:19 UTC (rev 1309126) +++ PKGBUILD 2022-09-23 01:53:13 UTC (rev 1309127) @@ -4,8 +4,8 @@ pkgname=libtg_owt # It seems the currently desired version can be gotten from # https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile -_commit=621f3da -pkgver=0.git15.${_commit} +_commit=442d5bb593c0ae314960308d78f2016ad1f80c3e +pkgver=0.git16.${_commit} pkgrel=1 pkgdesc='WebRTC library' arch=('x86_64') @@ -19,12 +19,10 @@ source=("tg_owt::git+${url}.git#commit=${_commit}" "libvpx::git+https://chromium.googlesource.com/webm/libvpx.git" "libyuv::git+https://chromium.googlesource.com/libyuv/libyuv.git" - https://patch-diff.githubusercontent.com/raw/desktop-app/tg_owt/pull/101.patch "pipewire::git+https://github.com/PipeWire/pipewire.git") b2sums=('SKIP' 'SKIP' 'SKIP' - '3029740444c95cc99eb39fcb255ae1969e4111d6d21caef50481b183713e787c489ef8b3944f06dd27310c1a6dbaa5ae4639f5406e31c09e67b532e1f0da942c' 'SKIP') prepare() { @@ -34,8 +32,6 @@ git config submodule.src/third_party/libyuv.url "$srcdir"/libyuv git config submodule.src/third_party/pipewire.url "$srcdir"/pipewire git submodule update - - patch -Np1 -i "$srcdir"/101.patch } build() {
