mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
removed debugging code
This commit is contained in:
parent
05bbc6d482
commit
270cdeca4e
3 changed files with 3 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = bakkesmod-steam
|
||||
pkgdesc = A mod aimed at making you better at Rocket League!
|
||||
pkgver = 2.43
|
||||
pkgrel = 4
|
||||
pkgrel = 5
|
||||
url = https://bakkesmod.com/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = bakkesmod-steam
|
|||
makedepends = python
|
||||
source = dll-2-0-43.zip::https://github.com/bakkesmodorg/BakkesModInjectorCpp/releases/download/2.0.43/bakkesmod.zip
|
||||
source = src-2-0-43.zip::https://github.com/bakkesmodorg/BakkesModInjectorCpp/archive/refs/tags/2.0.43.zip
|
||||
source = loopback-2-43-4.zip::https://github.com/kentslaney/bakkesmod-arch/archive/refs/tags/2.43-4-steam.zip
|
||||
source = loopback-2-43-5.zip::https://github.com/kentslaney/bakkesmod-arch/archive/refs/tags/2.43-5-steam.zip
|
||||
sha256sums = 3d39b07149872d891659330185ef9c4e02c580bfad67ed2df9979dbd72d4ae61
|
||||
sha256sums = 2d9cb1534fbae77ba008b07be3291d30e98a872ebfb0f0b3e6bb0c638d98bef8
|
||||
sha256sums = SKIP
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Kent Slaney <kent@slaney.org>
|
||||
pkgname=bakkesmod-steam
|
||||
pkgver=2.43
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="A mod aimed at making you better at Rocket League!"
|
||||
arch=('x86_64')
|
||||
url="https://bakkesmod.com/"
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@ def update(user_settings):
|
|||
dll = "bakkesmod_promptless.dll" if promptless else "bakkesmod_official.dll"
|
||||
pfx = pathlib.Path(os.environ["STEAM_COMPAT_DATA_PATH"]) / \
|
||||
pathlib.Path("pfx/drive_c/users/steamuser/AppData/Roaming/bakkesmod")
|
||||
print(pfx)
|
||||
return
|
||||
dll_path = pfx / "bakkesmod" / "dll"
|
||||
try:
|
||||
os.remove(dll_path / "bakkesmod.dll")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue