community/libtg_owt to 0.git8.d578c76-1

This commit is contained in:
David Beauchamp 2021-10-31 14:51:15 -04:00
parent 609e0111a4
commit b5a23dcbb9

View file

@ -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
}