summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshH1002020-03-10 10:29:28 -0600
committerJoshH1002020-03-10 10:29:28 -0600
commitf20ed1c5f689ee778428ee1cfe1c8e24e4c7ff60 (patch)
treed67c03ae2cccfb2cb1e8d36695f380df4de476be
parent3a7407c6792e4213c4e21dd28f08eb0667886497 (diff)
downloadaur-wine-valve-git.tar.gz
updated to proton 5.0 branch
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad718b9c6679..f0efb05e514e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-valve-git
pkgdesc = A compatibility layer for running Windows programs (Valve version)
- pkgver = 4.11.r415.g08a1b1024f
+ pkgver = 5.0
pkgrel = 1
url = https://github.com/ValveSoftware/wine.git
install = wine-valve-git.install
@@ -88,7 +88,7 @@ pkgbase = wine-valve-git
makedepends = lib32-libpcap
makedepends = desktop-file-utils
makedepends = libgphoto2
- makedepends = vkd3d
+ makedepends = vkd3d-valve-git
optdepends = giflib
optdepends = lib32-giflib
optdepends = libpng
@@ -128,10 +128,10 @@ pkgbase = wine-valve-git
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine=4.11.r415.g08a1b1024f
- provides = bin32-wine=4.11.r415.g08a1b1024f
- provides = wine-wow64=4.11.r415.g08a1b1024f
- provides = wine-valve=4.11.r415.g08a1b1024f
+ provides = wine=5.0
+ provides = bin32-wine=5.0
+ provides = wine-wow64=5.0
+ provides = wine-valve=5.0
conflicts = wine
conflicts = wine-staging
conflicts = wine-staging-git
@@ -139,8 +139,7 @@ pkgbase = wine-valve-git
conflicts = wine-wow64
replaces = bin32-wine
options = staticlibs
- options = !buildflags
- source = wine-valve-git::git+https://github.com/ValveSoftware/wine.git#branch=proton_4.11
+ source = wine-valve-git::git+https://github.com/ValveSoftware/wine.git#branch=proton_5.0
source = 30-win32-aliases.conf
source = wine-binfmt.conf
sha256sums = SKIP
@@ -178,5 +177,5 @@ pkgname = wine-valve-git
depends = lib32-libpcap
depends = desktop-file-utils
depends = libgphoto2
- depends = vkd3d
+ depends = vkd3d-valve-git
diff --git a/PKGBUILD b/PKGBUILD
index 78647957d715..fa4d536ff0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Conttributor: xiretza <xiretza+aur@gmail.com>
pkgname=wine-valve-git
-pkgver=4.11.r415.g08a1b1024f
+pkgver=5.0
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (Valve version)'
arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@ _depends=(
'libpcap' 'lib32-libpcap'
'desktop-file-utils'
'libgphoto2'
- 'vkd3d'
+ 'vkd3d-valve-git'
)
makedepends=('git' 'autoconf' 'ncurses' 'bison' 'perl' 'fontforge' 'flex'
'gcc>=4.5.0-2'
@@ -79,9 +79,9 @@ optdepends=(
'samba'
'dosbox'
)
-options=('staticlibs' '!buildflags')
+options=('staticlibs')
install="$pkgname.install"
-source=("$pkgname::git+https://github.com/ValveSoftware/wine.git#branch=proton_4.11"
+source=("$pkgname::git+https://github.com/ValveSoftware/wine.git#branch=proton_5.0"
'30-win32-aliases.conf'
'wine-binfmt.conf')