summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyano Hao2021-07-09 08:00:38 +0800
committerCyano Hao2021-07-09 08:00:38 +0800
commit0d9d8077eda3c367b2b6fb3dcb9cb4750f8695b5 (patch)
treee6a830126c7609d6edbf85bdb6388357b868940c
parent470e385406cafa21f75cbc10a60a1b9057c1b45c (diff)
downloadaur-0d9d8077eda3c367b2b6fb3dcb9cb4750f8695b5.tar.gz
2.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddc63c8ee069..701655eb595b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vkd3d-proton-bin
pkgdesc = Direct3D 12 to Vulkan translation library (Windows DLL binary files)
- pkgver = 2.3.1
+ pkgver = 2.4
pkgrel = 1
url = https://github.com/HansKristian-Work/vkd3d-proton
arch = x86_64
@@ -10,8 +10,7 @@ pkgbase = vkd3d-proton-bin
provides = vkd3d-proton
conflicts = vkd3d-proton
options = !strip
- source = https://github.com/HansKristian-Work/vkd3d-proton/releases/download/v2.3.1/vkd3d-proton-2.3.1.tar.zst
- sha256sums = cc16085c2f9a579eb5a6f5caf99837d2f78606fd078dfab487f121bd1d14cc93
+ source = https://github.com/HansKristian-Work/vkd3d-proton/releases/download/v2.4/vkd3d-proton-2.4.tar.zst
+ sha256sums = cf53caf6b55dc4096f4267d8b7fd664b701d329437d638d83068adf3ec37b79f
pkgname = vkd3d-proton-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 25d3d8f845ce..d47b9fceb7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=vkd3d-proton
pkgname=$_pkgname-bin
-pkgver=2.3.1
+pkgver=2.4
pkgrel=1
pkgdesc="Direct3D 12 to Vulkan translation library (Windows DLL binary files)"
url="https://github.com/HansKristian-Work/vkd3d-proton"
@@ -15,7 +15,7 @@ provides=('vkd3d-proton')
conflicts=('vkd3d-proton')
options=(!strip)
source=("https://github.com/HansKristian-Work/$_pkgname/releases/download/v$pkgver/$_pkgname-$pkgver.tar.zst")
-sha256sums=('cc16085c2f9a579eb5a6f5caf99837d2f78606fd078dfab487f121bd1d14cc93')
+sha256sums=('cf53caf6b55dc4096f4267d8b7fd664b701d329437d638d83068adf3ec37b79f')
package() {
install -D "$_pkgname-$pkgver"/x86/* -t "$pkgdir/usr/share/dxvk/x86"