summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre Franco2017-01-13 19:38:44 +0100
committerPierre Franco2017-01-13 19:38:44 +0100
commitdd3db161076d272e7b3eb13255774daa1d3e73d7 (patch)
treeee1008cc11b70ac526e1fa2649352c765dd1ec51 /PKGBUILD
parent8095c8c7d67a41460c8b220af110d8434c17caf0 (diff)
downloadaur-dd3db161076d272e7b3eb13255774daa1d3e73d7.tar.gz
Updated to version 2.0-rc4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8c00b57662d..196bc312dd8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,15 @@
# -Increase fragment samplers threshold (see https://bugs.winehq.org/show_bug.cgi?id=41213 ) OPTIONAL
pkgname=wine-gaming-nine
-pkgver=2.0rc2
+pkgver=2.0rc4
pkgrel=1
_pkgbasever=${pkgver/rc/-rc}
+_d3d9ver=2.0-rc2
_winesrcdir="wine-patched-staging-$_pkgbasever"
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz"
- "https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_pkgbasever.tar.gz"
+ "https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_d3d9ver.tar.gz"
30-win32-aliases.conf
heap_perf.patch
increase_max_frag_samplers.patch
@@ -25,7 +26,7 @@ source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbas
steam.patch
wbemprox_query_v2.patch
)
-sha1sums=('4529805e3291b7570734001e2bc1ac646afc1705'
+sha1sums=('b2639f4b62ac83eafbb66beff46be2cba28c08a5'
'6145411f5aaa9189eeb93dc46b46e7a9e3fe2883'
'023a5c901c6a091c56e76b6a62d141d87cce9fdb'
'0f4ac455436d5714a2cf0b537ed25f4fa5c1a7fd'
@@ -132,8 +133,8 @@ prepare()
{
cd wine-patched-staging-$_pkgbasever
- patch -p1 < "$srcdir/wine-d3d9-patches-wine-d3d9-$_pkgbasever/staging-helper.patch" #for wine-staging
- patch -p1 < "$srcdir/wine-d3d9-patches-wine-d3d9-$_pkgbasever/wine-d3d9.patch"
+ patch -p1 < "$srcdir/wine-d3d9-patches-wine-d3d9-$_d3d9ver/staging-helper.patch" #for wine-staging
+ patch -p1 < "$srcdir/wine-d3d9-patches-wine-d3d9-$_d3d9ver/wine-d3d9.patch"
patch -p1 < ../steam.patch
patch -p1 < ../heap_perf.patch