updpkg: GE.Proton7.25

This commit is contained in:
Observer of Time 2022-08-17 20:57:16 +03:00
parent d378e4a25a
commit 447e6b6141
Signed by: chronobserver
GPG Key ID: 8A2DEA1DBAEBCA9E
2 changed files with 13 additions and 11 deletions

View File

@ -1,7 +1,8 @@
pkgbase = wine-ge-custom-bin
pkgdesc = GloriousEggroll's custom build of wine
pkgver = 7.2.GE.2
pkgver = GE.Proton7.25
pkgrel = 1
epoch = 1
url = https://github.com/GloriousEggroll/wine-ge-custom
arch = x86_64
license = LGPL
@ -86,9 +87,9 @@ pkgbase = wine-ge-custom-bin
optdepends = v4l-utils
optdepends = vkd3d
optdepends = vulkan-icd-loader
provides = wine-ge-custom=7.2.GE.2
noextract = wine-lutris-ge-7.2-2-x86_64.tar.xz
source = https://github.com/GloriousEggroll/wine-ge-custom/releases/download/7.2-GE-2/wine-lutris-ge-7.2-2-x86_64.tar.xz
sha512sums = 32ceb1afff4562be849b63f4fb24fcedccb0b7d4a3a17044cab5dd640190bd046f4c2cf0c4d9ada7270fd432edbdb77a0eeb8e48c6e021d09587ca812bfa30cc
provides = wine-ge-custom=GE.Proton7.25
noextract = wine-lutris-GE-Proton7-25-x86_64.tar.xz
source = https://github.com/GloriousEggroll/wine-ge-custom/releases/download/GE-Proton7-25/wine-lutris-GE-Proton7-25-x86_64.tar.xz
sha512sums = e7b11b0b7891bf1d4479b516e0e9192cd7254637353178db2df1af65904936a55aff9eac794adc2d15d9f669d9cc42897888b17df500803cbedebe4b8fcec125
pkgname = wine-ge-custom-bin

View File

@ -1,10 +1,11 @@
# Maintainer: ObserverOfTime <chronobserver@disroot.org>
# Based on wine-ge-custom
_srctag=7.2-GE-2
_srctag=GE-Proton7-25
pkgname=wine-ge-custom-bin
pkgver=${_srctag//-/.}
pkgrel=1
epoch=1
pkgdesc="GloriousEggroll's custom build of wine"
url='https://github.com/GloriousEggroll/wine-ge-custom'
arch=(x86_64)
@ -95,13 +96,13 @@ optdepends=(
vulkan-icd-loader
)
provides=("wine-ge-custom=${pkgver}")
source=("${url}/releases/download/${_srctag}/wine-lutris-ge-${_srctag/-GE/}-x86_64.tar.xz")
sha512sums=('32ceb1afff4562be849b63f4fb24fcedccb0b7d4a3a17044cab5dd640190bd046f4c2cf0c4d9ada7270fd432edbdb77a0eeb8e48c6e021d09587ca812bfa30cc')
noextract=("wine-lutris-ge-${_srctag/-GE/}-x86_64.tar.xz")
source=("${url}/releases/download/${_srctag}/wine-lutris-${_srctag}-x86_64.tar.xz")
sha512sums=('e7b11b0b7891bf1d4479b516e0e9192cd7254637353178db2df1af65904936a55aff9eac794adc2d15d9f669d9cc42897888b17df500803cbedebe4b8fcec125')
noextract=("wine-lutris-${_srctag}-x86_64.tar.xz")
package() {
mkdir -p "${pkgdir}/opt"
bsdtar -C "${pkgdir}/opt" -xf \
"wine-lutris-ge-${_srctag/-GE/}-x86_64.tar.xz" \
-s "/lutris-ge-${_srctag/-GE/}-x86_64/wine-ge-custom/"
"wine-lutris-${_srctag}-x86_64.tar.xz" \
-s "/lutris-${_srctag}-x86_64/wine-ge-custom/"
}