Date: Sunday, October 31, 2021 @ 18:07:03 Author: svenstaro Revision: 1035108
upgpkg: libtg_owt 0.git8.d578c76-1 Modified: libtg_owt/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-31 17:26:58 UTC (rev 1035107) +++ PKGBUILD 2021-10-31 18:07:03 UTC (rev 1035108) @@ -2,9 +2,9 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> 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' @@ -43,5 +43,5 @@ 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 }
