diff options
| author | Kunoi Sayami <[email protected]> | 2021-11-02 00:31:27 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-02 00:31:27 +0800 |
| commit | fbcb4352c57d0ee9e4cccabbf62a1c215590be63 (patch) | |
| tree | 218efbd09b043ad18100b7bff151b7c460a7c96b /.gitmodules | |
| parent | 9a3255c44047fcea27f6922639585aa5ddae32e6 (diff) | |
feat(add-pkg): Add glib2-static and qemu-user-static (#12)
* feat(script): Support detect repository external file change
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cb02732..49a9f66 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "repo/gconf"] path = repo/gconf url = https://aur.archlinux.org/gconf.git +[submodule "repo/glib2-static"] + path = repo/glib2-static + url = https://aur.archlinux.org/glib2-static.git +[submodule "repo/qemu-user-static"] + path = repo/qemu-user-static + url = https://aur.archlinux.org/qemu-user-static.git |
