mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix Lutris install directory
This commit is contained in:
parent
3da15b6e3f
commit
95a0a1b0de
2 changed files with 11 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = protonplus
|
||||
pkgdesc = A simple Wine and Proton-based compatiblity tools manager for GNOME
|
||||
pkgver = 0.5.16
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Vysp3r/ProtonPlus
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
|
||||
pkgname=protonplus
|
||||
pkgver=0.5.16
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A simple Wine and Proton-based compatiblity tools manager for GNOME"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Vysp3r/ProtonPlus"
|
||||
|
|
@ -22,6 +22,15 @@ checkdepends=('appstream-glib')
|
|||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('2ed82b873b154033b4790a496887bf7098dfea1dfa3253827aad1879de82db4a')
|
||||
|
||||
prepare() {
|
||||
cd "ProtonPlus-$pkgver"
|
||||
|
||||
# Fix Lutris install directory
|
||||
# https://github.com/Vysp3r/ProtonPlus/issues/820
|
||||
# https://github.com/Vysp3r/ProtonPlus/pull/822
|
||||
sed -i 's|runners/proton|runners/wine|g' data/runners.json
|
||||
}
|
||||
|
||||
build() {
|
||||
arch-meson "ProtonPlus-$pkgver" build
|
||||
meson compile -C build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue