summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2019-05-19 20:42:38 +0200
committerAdrià Cereto-Massagué2019-05-19 20:42:38 +0200
commit98c66eebd7c38afc47842053df990193d5698bb9 (patch)
tree29d0d4eca18632348636b8ee35f563a19203f784
parentbf2bdf2e57fe6987fd83af2d5eb17817f6013943 (diff)
downloadaur-98c66eebd7c38afc47842053df990193d5698bb9.tar.gz
1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce1d7766a26b..403844f527ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dxvk-bin
pkgdesc = A Vulkan-based compatibility layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
- pkgver = 1.2
+ pkgver = 1.2.1
pkgrel = 0
url = https://github.com/doitsujin/dxvk
arch = x86_64
arch = i686
license = zlib/libpng
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.2/dxvk-1.2.tar.gz
- sha256sums = 414751a810143ced34d1f4f0eb2a40e79b4c9726318994b244b70d1b3a6f8b32
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.2.1/dxvk-1.2.1.tar.gz
+ sha256sums = 192beca0a34d13f101e9c2545d9533cf84830a23b566bed185c022ed754c3daa
pkgname = dxvk-bin
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 10c240cd8689..c56986e054a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.2
+pkgver=1.2.1
pkgrel=0
pkgdesc="A Vulkan-based compatibility layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ license=('zlib/libpng')
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=("414751a810143ced34d1f4f0eb2a40e79b4c9726318994b244b70d1b3a6f8b32")
+sha256sums=("192beca0a34d13f101e9c2545d9533cf84830a23b566bed185c022ed754c3daa")
package_dxvk-bin () {
arch=('x86_64')