mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 03:05:49 +01:00
mingw dependency not group
This commit is contained in:
parent
0d69bec0bf
commit
36b8e446a2
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = bakkesmod-steam
|
||||
pkgdesc = A mod aimed at making you better at Rocket League!
|
||||
pkgver = 2.40
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://bakkesmod.com/
|
||||
arch = x86_64
|
||||
groups = mingw-w64
|
||||
license = GPL
|
||||
makedepends = mingw-w64
|
||||
source = https://github.com/bakkesmodorg/BakkesModInjectorCpp/releases/latest/download/BakkesModSetup.exe
|
||||
source = https://github.com/bakkesmodorg/BakkesModInjectorCpp/releases/latest/download/BakkesModInjectorWin7.zip
|
||||
source = https://api.github.com/repos/bakkesmodorg/BakkesModInjectorCpp/zipball/master
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Kent Slaney <kent@slaney.org>
|
||||
pkgname=bakkesmod-steam
|
||||
pkgver=2.40
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A mod aimed at making you better at Rocket League!"
|
||||
arch=('x86_64')
|
||||
url="https://bakkesmod.com/"
|
||||
license=('GPL')
|
||||
groups=('mingw-w64')
|
||||
groups=()
|
||||
depends=()
|
||||
makedepends=()
|
||||
makedepends=('mingw-w64')
|
||||
optdepends=()
|
||||
source=(
|
||||
"https://github.com/bakkesmodorg/BakkesModInjectorCpp/releases/latest/download/BakkesModSetup.exe"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue