diff --git a/.SRCINFO b/.SRCINFO index 6a53dd9..84718cd 100755 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = directx-headers-git pkgdesc = DirectX headers for using D3D12 - pkgver = r174.2b8cd08 + pkgver = r176.53f4995 pkgrel = 1 url = https://github.com/microsoft/DirectX-Headers arch = x86_64 @@ -8,6 +8,7 @@ pkgbase = directx-headers-git makedepends = meson provides = directx-headers conflicts = directx-headers + options = !lto source = DirectX-Headers::git+https://github.com/microsoft/DirectX-Headers.git sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 1b49219..f62772d 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=directx-headers-git pkgdesc="DirectX headers for using D3D12" -pkgver=r174.2b8cd08 +pkgver=r176.53f4995 pkgrel=1 arch=('x86_64') makedepends=('meson') @@ -12,6 +12,7 @@ url="https://github.com/microsoft/DirectX-Headers" license=('MIT') source=('DirectX-Headers::git+https://github.com/microsoft/DirectX-Headers.git') sha256sums=('SKIP') +options=(!lto) pkgver() { cd DirectX-Headers