summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-10-06 10:13:05 +0200
committerAdrià Cereto-Massagué2018-10-06 10:13:05 +0200
commit047915db933735ed8b4b6fe5c58ec093bb84d7b4 (patch)
tree96e6e3eb178371957681e5f6c48723a75cca47a1
parentf235dd9dec8a368ce3662208a7b361ac7c926710 (diff)
downloadaur-047915db933735ed8b4b6fe5c58ec093bb84d7b4.tar.gz
0.81
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8163d72692a..10f1e89a1e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dxvk-bin
pkgdesc = A Vulkan-based compatibility layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine (binary files)
- pkgver = 0.80
- pkgrel = 2
+ pkgver = 0.81
+ pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
arch = i686
@@ -9,9 +9,9 @@ pkgbase = dxvk-bin
provides = dxvk
conflicts = dxvk-git
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v0.80/dxvk-0.80.tar.gz
+ source = https://github.com/doitsujin/dxvk/releases/download/v0.81/dxvk-0.81.tar.gz
source = setup_dxvk_aur.verb
- sha256sums = 7058a834bb006cad5462933110449b434df561e67d83f68d3965ecc74e2e1cbc
+ sha256sums = 9bf6eda9ae4ee74b509e07dfe9cc003dfa4bba192b519dacdd542a57f6a43869
sha256sums = 1a88e01e02ef9bfd9bf43d8dec4e70b425fb25812f597463ee4145705c82a504
pkgname = dxvk-win64-bin
diff --git a/PKGBUILD b/PKGBUILD
index f72240da02d2..cdc2f491e285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=dxvk-bin
pkgname=('dxvk-win64-bin' 'dxvk-win32-bin' 'dxvk-bin')
-pkgver=0.80
-pkgrel=2
+pkgver=0.81
+pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine (binary files)"
arch=('x86_64' 'i686')
url="https://github.com/doitsujin/dxvk"
@@ -14,7 +14,7 @@ options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
"setup_dxvk_aur.verb"
)
-sha256sums=("7058a834bb006cad5462933110449b434df561e67d83f68d3965ecc74e2e1cbc"
+sha256sums=("9bf6eda9ae4ee74b509e07dfe9cc003dfa4bba192b519dacdd542a57f6a43869"
"1a88e01e02ef9bfd9bf43d8dec4e70b425fb25812f597463ee4145705c82a504")
_extract_bin() {