update and fix

This commit is contained in:
SovietReimu1228 2023-04-19 20:56:45 +09:00
parent dbae8a0ade
commit b3bf9653e8
2 changed files with 4 additions and 2 deletions

View File

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

View File

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