diff options
author | graysky | 2023-03-05 07:51:52 -0500 |
---|---|---|
committer | graysky | 2023-03-05 07:51:52 -0500 |
commit | 43d24298e6348b48de8fcb147ac02af38c5d3738 (patch) | |
tree | 33e34a349818df2a8c38a7d510c5eb4f13d21af5 /PKGBUILD | |
parent | b636d3aa162e64755996d0962e87e7b0a8fc1056 (diff) | |
download | aur-43d24298e6348b48de8fcb147ac02af38c5d3738.tar.gz |
Update to r62482.3459df385e4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,7 +22,7 @@ _clangbuild= pkgbase=kodi-git pkgname=("$pkgbase" "$pkgbase-eventclients" "$pkgbase-tools-texturepacker" "$pkgbase-dev") -pkgver=r62347.b96206569e2 +pkgver=r62482.3459df385e4 pkgrel=1 arch=('x86_64') url="https://kodi.tv" @@ -113,6 +113,10 @@ prepare() { [[ "$_sse_workaround" -eq 1 ]] && patch -p1 -i "$srcdir/cheat-sse-build.patch" + # NFSv4 fix + # https://bugs.archlinux.org/task/77727 + git pull --no-edit origin pull/22897/head + if [[ -n "$_clangbuild" ]]; then msg "Building with clang" export CC=clang CXX=clang++ |