summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAerocatia2024-01-03 01:18:12 +1300
committerAerocatia2024-01-03 01:18:12 +1300
commiteedd411097e6f1c0a3ef5bfb2c0f543bd2ec14ec (patch)
treebb8b2c1873f52dbec164a756bfc744e370b60601
parent97433c399e16cfe8f28e18edb1b384e070fc7fc0 (diff)
downloadaur-eedd411097e6f1c0a3ef5bfb2c0f543bd2ec14ec.tar.gz
Use hotfixed source release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f46312ddf94f..0390a3738be4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-directxmath
pkgdesc = All inline SIMD C++ linear algebra library for use in games and graphics apps (mingw-w64)
pkgver = 3.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://go.microsoft.com/fwlink/?LinkID=615560
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = mingw-w64-directxmath
options = staticlibs
options = !strip
options = !buildflags
- source = directxmath-dec2022.tar.gz::https://github.com/microsoft/DirectXMath/archive/refs/tags/dec2022.tar.gz
- sha256sums = 70a18f35343ff07084d31afa7a7978b3b59160f0533424365451c72475ff480f
+ source = directxmath-dec2023.tar.gz::https://github.com/microsoft/DirectXMath/archive/refs/tags/dec2023.tar.gz
+ sha256sums = cdc09f55a9999497d8c350d1c8c0e3f0fe92055cbf5490a2c319f9625080dc13
pkgname = mingw-w64-directxmath
diff --git a/PKGBUILD b/PKGBUILD
index 036817f35de3..fb061a49aedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ pkgname=mingw-w64-directxmath
pkgdesc="All inline SIMD C++ linear algebra library for use in games and graphics apps (mingw-w64)"
# Version from CMakeLists.txt.
pkgver=3.1.8
-_tag=dec2022
-pkgrel=1
+_tag=dec2023
+pkgrel=2
arch=('any')
makedepends=('mingw-w64-cmake')
url="https://go.microsoft.com/fwlink/?LinkID=615560"
license=('MIT')
options=('staticlibs' '!strip' '!buildflags')
source=(directxmath-${_tag}.tar.gz::https://github.com/microsoft/DirectXMath/archive/refs/tags/${_tag}.tar.gz)
-sha256sums=('70a18f35343ff07084d31afa7a7978b3b59160f0533424365451c72475ff480f')
+sha256sums=('cdc09f55a9999497d8c350d1c8c0e3f0fe92055cbf5490a2c319f9625080dc13')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"