summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2019-08-09 10:37:38 +0200
committerAdrià Cereto-Massagué2019-08-09 10:37:38 +0200
commit97b9d8a034406a1d678ea5e81b2c9d975ff9e60c (patch)
tree8758cca7040726968dad72548b8620771208854e
parentb2ee09425534344177012b25e769124ba3a5d65b (diff)
downloadaur-97b9d8a034406a1d678ea5e81b2c9d975ff9e60c.tar.gz
1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25d4d9c3d342..c1247acc28c2 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.3.1
+ pkgver = 1.3.2
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.3.1/dxvk-1.3.1.tar.gz
- sha256sums = 2f6636dbd591ea9de20b30a33c9c8c0985a4939f6503f90ca5c7edafd01524a3
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.3.2/dxvk-1.3.2.tar.gz
+ sha256sums = aa70890a17b48be27648d15cb837b5167c99f75ee32ae0c94a85ec1f1fdc4675
pkgname = dxvk-bin
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fecfb88e1d38..220bbc1f2ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.3.1
+pkgver=1.3.2
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=("2f6636dbd591ea9de20b30a33c9c8c0985a4939f6503f90ca5c7edafd01524a3")
+sha256sums=("aa70890a17b48be27648d15cb837b5167c99f75ee32ae0c94a85ec1f1fdc4675")
package_dxvk-bin () {
arch=('x86_64')