summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-08-28 19:03:26 +0200
committerAdrià Cereto-Massagué2018-08-28 19:03:26 +0200
commit55b49e9b360ae2a410f181e5764163690c276589 (patch)
tree4b4199a95418973a47f1659419f34a2ac0f276be /PKGBUILD
parent6472cbf88b2daac7de9d505a32fa40cee41b59f3 (diff)
downloadaur-55b49e9b360ae2a410f181e5764163690c276589.tar.gz
fix a typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1687f3282a7..61478841acc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgbase=dxvk-wine-git
pkgname=('dxvk-wine64-git' 'dxvk-wine32-git')
-pkgver=0.70_5_g4c8bf44
+pkgver=0.70_21_g715d257
pkgrel=1
-pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 and 10 which allows running 3D applications on Linux using Wine. Winelib version"
+pkgdesc="A Vulkan-based compatibility layer for Direct3D 10/11 which allows running 3D applications on Linux using Wine. Winelib version"
arch=('x86_64')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
@@ -77,6 +77,6 @@ package_dxvk-wine32-git() {
conflicts=("dxvk-win32-bin" "dxvk-win32-git" "dxvk-git" "dxvk-bin")
depends=('lib32-vulkan-icd-loader' 'wine>=3.14' 'winetricks')
optdepends=('dxvk64: 64-bit support')
- provides=("dxvk" "dxvk64")
+ provides=("dxvk" "dxvk32")
_package_dxvk 32
}