summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKekonn2022-08-02 18:56:14 +0200
committerKekonn2022-08-02 18:56:14 +0200
commitf2b1b0655dcb057b3e44a3a93cb755e56dc912e3 (patch)
tree9f61b7d527a620eb9faa1f5f814a06269ed7a7ca
parent4f5de2cad8085cb7a67841e282a5a5af9484669f (diff)
downloadaur-f2b1b0655dcb057b3e44a3a93cb755e56dc912e3.tar.gz
v1.10.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec3a26dbfc4..0005e2852a87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = dxvk-bin
pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
- pkgver = 1.10.2
+ pkgver = 1.10.3
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=1.10.2
+ provides = dxvk=1.10.3
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.10.2/dxvk-1.10.2.tar.gz
- sha256sums = bf97df2b8923cd8e6c646bd66bdb3d0894da1be05a6498c2dbc15b4d2e530c83
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.10.3/dxvk-1.10.3.tar.gz
+ sha256sums = 8d1a3c912761b450c879f98478ae64f6f6639e40ce6848170a0f6b8596fd53c6
pkgname = dxvk-bin
depends = vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index de397172e1d6..a684abda285b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.10.2
+pkgver=1.10.3
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
url="https://github.com/doitsujin/dxvk"
@@ -14,7 +14,7 @@ conflicts=("dxvk" "d9vk")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=('bf97df2b8923cd8e6c646bd66bdb3d0894da1be05a6498c2dbc15b4d2e530c83')
+sha256sums=('8d1a3c912761b450c879f98478ae64f6f6639e40ce6848170a0f6b8596fd53c6')
package_dxvk-bin () {
depends=('vulkan-icd-loader')