From b5a23dcbb91c94fb4bad63c3574e83f90c62fd5a Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Sun, 31 Oct 2021 14:51:15 -0400 Subject: [PATCH] community/libtg_owt to 0.git8.d578c76-1 --- community/libtg_owt/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/libtg_owt/PKGBUILD b/community/libtg_owt/PKGBUILD index 053997fb5..374bd9eec 100644 --- a/community/libtg_owt/PKGBUILD +++ b/community/libtg_owt/PKGBUILD @@ -5,9 +5,9 @@ # - disable neon (-DTG_OWT_ARCH_ARMV7_USE_NEON=OFF) pkgname=libtg_owt -_commit=575fb17 -pkgver=0.git7.${_commit} -pkgrel=2 +_commit=d578c76 +pkgver=0.git8.${_commit} +pkgrel=1 pkgdesc='WebRTC library' arch=('x86_64') url='https://github.com/desktop-app/tg_owt' @@ -47,5 +47,5 @@ build() { package() { cd tg_owt DESTDIR="${pkgdir}/" ninja -C build install - install -Dm644 LICENSE "$pkgdir"/usr/share/license/$pkgname/LICENSE + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE }