Skip to content

Instantly share code, notes, and snippets.

@kekonn
Created September 30, 2019 19:20
Show Gist options
  • Save kekonn/646f5acfce841c67b45259385891a8a7 to your computer and use it in GitHub Desktop.
Save kekonn/646f5acfce841c67b45259385891a8a7 to your computer and use it in GitHub Desktop.
Update wine-valve-git PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 49a9859..4b0125c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Conttributor: xiretza <xiretza+aur@gmail.com>
pkgname=wine-valve-git
-pkgver=4.2.r270.g06353f78c3
+pkgver=4.11.r415.g08a1b1024f
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (Valve version)'
arch=('i686' 'x86_64')
@@ -81,7 +81,7 @@ optdepends=(
)
options=('staticlibs')
install="$pkgname.install"
-source=("$pkgname::git+https://github.com/ValveSoftware/wine.git#branch=proton_4.2"
+source=("$pkgname::git+https://github.com/ValveSoftware/wine.git#branch=proton_4.11"
'30-win32-aliases.conf'
'wine-binfmt.conf')
@@ -100,12 +100,6 @@ else
replaces=('bin32-wine')
fi
-#pkgver() {
-# cd "$pkgname"
-# # cutting off 'wine-' prefix that presents in the git tag
-# echo 3.16.$(git log -1 --format="%cd" --date=short | sed 's|-||g')
-#}
-
pkgver() {
# cd "$srcdir"
cd "$pkgname"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment