summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2019-05-04 21:07:26 +0200
committerAdrià Cereto-Massagué2019-05-04 21:07:26 +0200
commit64b101f148fb159acb733feebe586cc39a7f8dd3 (patch)
treed6eb8a2ec0a704099cd2d858dada1a12df0c977e
parentf2638d3a25dfb4fe6939775c343413c67274d04a (diff)
downloadaur-64b101f148fb159acb733feebe586cc39a7f8dd3.tar.gz
v1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b06969b04ab..090bdf412d28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.0.3
+ pkgver = 1.1.1
pkgrel = 2
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = dxvk-bin
provides = dxvk
conflicts = dxvk-git
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.0.3/dxvk-1.0.3.tar.gz
- sha256sums = 984d28ab3a112be207d6339da19113d1117e56731ed413d0e202e6fd1391a6ae
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.1.1/dxvk-1.1.1.tar.gz
+ sha256sums = 346c523953f72ac5885071c4384039faf01f6f43a88d5b0c12d94bfaa9598c1d
pkgname = dxvk-win64-bin
pkgdesc = Dummy package
diff --git a/PKGBUILD b/PKGBUILD
index c3f3e6eaad12..37d3165fe65b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-win64-bin' 'dxvk-win32-bin' 'dxvk-bin')
-pkgver=1.0.3
+pkgver=1.1.1
pkgrel=2
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')
@@ -13,7 +13,7 @@ conflicts=("dxvk-git")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=("984d28ab3a112be207d6339da19113d1117e56731ed413d0e202e6fd1391a6ae")
+sha256sums=("346c523953f72ac5885071c4384039faf01f6f43a88d5b0c12d94bfaa9598c1d")
package_dxvk-win64-bin () {
arch=('x86_64')