update and fix
This commit is contained in:
parent
dbae8a0ade
commit
b3bf9653e8
3
.SRCINFO
3
.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
|
||||
|
||||
|
3
PKGBUILD
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user