summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7b208d28cd4b09164eb3f161538554abd6c185e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: AdriƠ Cereto i MassaguƩ <ssorgatem at gmail.com>

pkgbase=dxvk-wine-git
pkgname=('dxvk-winelib-git')
pkgver=1.6.1.r1.g436357e2
pkgrel=2
pkgdesc="No longer supported upstream. Please use the dxvk-mingw-git package instead"
arch=('x86_64')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
depends=("dxvk-mingw-git")
makedepends=("dxvk-mingw-git")

build() {
    echo "DXVK no longer supports winelib builds. This package is now empty as a temporary transition package to the MinGW one"
    echo "IMPORTANT: you will need to re-run the setup_dxvk.sh script for each of your wineprefixes after switching to a non-winelib build!"
}

package_dxvk-winelib-git() {
  echo
}