makedeb
Direct3D 12 to Vulkan translation library (Windows DLL binary files)
Click here to go back to the commit logs for vkd3d-proton-bin.
Hash: 03a62a6ccf82e8cd06028a76cbae71674f2bef61
Message: updated to 2.6
diff --git a/.SRCINFO b/.SRCINFO
index 1b66706..c22881e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
pkgbase = vkd3d-proton-bin
pkgdesc = Direct3D 12 to Vulkan translation library (Windows DLL binary files)
- pkgver = 2.5
+ pkgver = 2.6
pkgrel = 1
url = https://github.com/HansKristian-Work/vkd3d-proton
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = vkd3d-proton-bin
provides = vkd3d-proton
conflicts = vkd3d-proton
options = !strip
- source = https://github.com/HansKristian-Work/vkd3d-proton/releases/download/v2.5/vkd3d-proton-2.5.tar.zst
- sha256sums = 73c1e6090fc573ba9ef1ed0f45678c2812eb251df0a1c14edcb999f5a846e7f6
+ source = https://github.com/HansKristian-Work/vkd3d-proton/releases/download/v2.6/vkd3d-proton-2.6.tar.zst
+ sha256sums = c76d2e5ab28230c746c6a5dc112d23e3db9963b456cf390e5ac67ea2e8674aa5
pkgname = vkd3d-proton-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2130bcb..ebfbc85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: daci <daci@i.gotabig.wang>
+# Maintainer: daci <dac1@fedora.email>
_pkgname=vkd3d-proton
pkgname=$_pkgname-bin
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="Direct3D 12 to Vulkan translation library (Windows DLL binary files)"
url="https://github.com/HansKristian-Work/vkd3d-proton"
@@ -13,7 +13,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=('73c1e6090fc573ba9ef1ed0f45678c2812eb251df0a1c14edcb999f5a846e7f6')
+sha256sums=('c76d2e5ab28230c746c6a5dc112d23e3db9963b456cf390e5ac67ea2e8674aa5')
package() {
install -D "$_pkgname-$pkgver"/x86/* -t "$pkgdir/usr/share/vkd3d-proton/x86"