-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
461fe5e
commit 67799a7
Showing
8 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[submodule "AUR/liblcf"] | ||
path = AUR/liblcf | ||
url = https://aur.archlinux.org/liblcf.git | ||
[submodule "AUR/liblcf-git"] | ||
path = AUR/liblcf-git | ||
url = https://aur.archlinux.org/liblcf-git.git | ||
[submodule "AUR/easyrpg-player"] | ||
path = AUR/easyrpg-player | ||
url = https://aur.archlinux.org/easyrpg-player.git | ||
[submodule "AUR/easyrpg-player-git"] | ||
path = AUR/easyrpg-player-git | ||
url = https://aur.archlinux.org/easyrpg-player-git.git | ||
[submodule "AUR/easyrpg-tools-git"] | ||
path = AUR/easyrpg-tools-git | ||
url = https://aur.archlinux.org/easyrpg-tools-git.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
# AUR (Arch User Repository) | ||
|
||
See also: https://aur.archlinux.org/packages?K=easyrpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
|
||
pkgs=(easyrpg-player easyrpg-player-git easyrpg-tools-git liblcf liblcf-git) | ||
|
||
for p in ${pkgs[@]}; do | ||
git submodule set-url AUR/$p ssh://aur@aur.archlinux.org/$p.git | ||
done | ||
|
||
git restore .gitmodules |
Submodule easyrpg-player
added at
b3c981
Submodule easyrpg-player-git
added at
fcd987
Submodule easyrpg-tools-git
added at
18ee61
Submodule liblcf
added at
b2b75a
Submodule liblcf-git
added at
f75bef