* update directx-headers to 1.614.1-1
This commit is contained in:
parent
e325fb0278
commit
a7076a9f69
18
directx-headers/.SRCINFO
Normal file
18
directx-headers/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
||||
pkgbase = directx-headers
|
||||
pkgdesc = DirectX headers for using D3D12
|
||||
pkgver = 1.614.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/microsoft/DirectX-Headers
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = meson
|
||||
options = !lto
|
||||
source = directx-headers::git+https://github.com/microsoft/DirectX-Headers#tag=v1.614.1
|
||||
b2sums = 6173135686ccf1e4f03e5adac056af9de50a76140596309e668a5b5eaedcfbd9fae3338a7b52c0b93d388e921775246d572caff886d8f517ea1ea88fc86c15b5
|
||||
|
||||
pkgname = directx-headers
|
5
directx-headers/.nvchecker.toml
Normal file
5
directx-headers/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[directx-headers]
|
||||
source = "github"
|
||||
github = "microsoft/DirectX-Headers"
|
||||
use_latest_release = true
|
||||
prefix = "v"
|
@ -3,8 +3,8 @@
|
||||
# Contributor: Cyano Hao <c@cyano.cn>
|
||||
|
||||
pkgname=directx-headers
|
||||
pkgver=1.614.0
|
||||
pkgrel=1.1
|
||||
pkgver=1.614.1
|
||||
pkgrel=1
|
||||
pkgdesc="DirectX headers for using D3D12"
|
||||
url="https://github.com/microsoft/DirectX-Headers"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -15,7 +15,7 @@ makedepends=(
|
||||
)
|
||||
options=(!lto)
|
||||
source=("$pkgname::git+$url#tag=v$pkgver")
|
||||
b2sums=('6bfbdf319090c5f42f248bc0861397a6b2d81c7de37cf8cf66a2e62a70173f23b4af49ac011270a58b9f138b3cacdd86e009c75be074be0a7761611b73779a69')
|
||||
b2sums=('6173135686ccf1e4f03e5adac056af9de50a76140596309e668a5b5eaedcfbd9fae3338a7b52c0b93d388e921775246d572caff886d8f517ea1ea88fc86c15b5')
|
||||
|
||||
build() {
|
||||
arch-meson $pkgname build -D build-test=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user