vita3k-git: update PKGBUILD
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
d1a8f54f1b
commit
4d5057128d
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,7 @@ source=(
|
|||
"git+https://github.com/unicorn-engine/unicorn.git"
|
||||
"git+https://github.com/discordapp/discord-rpc.git"
|
||||
"git+https://github.com/zeux/pugixml.git"
|
||||
"git+https://github.com/aantron/better-enums.git"
|
||||
)
|
||||
md5sums=(
|
||||
'SKIP'
|
||||
|
@ -71,6 +72,7 @@ md5sums=(
|
|||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
)
|
||||
|
||||
pkgver() {
|
||||
|
@ -104,6 +106,7 @@ prepare() {
|
|||
git config submodule.src/external/unicorn-src.url "${srcdir}/unicorn"
|
||||
git config submodule.src/external/discord-rpc.url "${srcdir}/discord-rpc"
|
||||
git config submodule.src/external/pugixml.url "${srcdir}/pugixml"
|
||||
git config submodule.src/external/better-enums.url "${srcdir}/better-enums"
|
||||
git submodule update
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue