Browse Source

DXVK: Update PKGBUILD

master
Pekka Helenius 6 years ago
committed by GitHub
parent
commit
b42ddc2b23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      0-dxvk-git/PKGBUILD

+ 1
- 9
0-dxvk-git/PKGBUILD View File

@ -12,9 +12,7 @@ makedepends=('ninja' 'meson>=0.43' 'glslang' 'mingw-w64-gcc' 'git')
provides=("dxvk") provides=("dxvk")
conflicts=("dxvk-bin") conflicts=("dxvk-bin")
options=(!strip !buildflags staticlibs) options=(!strip !buildflags staticlibs)
source=($pkgname::"git+https://github.com/doitsujin/dxvk.git"
patch_nowine.patch)
#patch_revert-attribute_divisor.patch)
source=($pkgname::"git+https://github.com/doitsujin/dxvk.git")
md5sums=('SKIP' md5sums=('SKIP'
'e44502b2fc7e2db2db0090f779531189') 'e44502b2fc7e2db2db0090f779531189')
@ -23,12 +21,6 @@ pkgver() {
git log -1 --format=%cd.%h --date=short|tr -d - git log -1 --format=%cd.%h --date=short|tr -d -
} }
prepare() {
cd "$pkgname"
patch -p1 < ../patch_nowine.patch
#patch -p1 -R < ../patch_revert-attribute_divisor.patch
}
build() { build() {
"$pkgname"/package-release.sh $pkgver $PWD --no-package "$pkgname"/package-release.sh $pkgver $PWD --no-package
} }


Loading…
Cancel
Save