From 91fc3e000f9dda0a438c2ae8b01872fe225fbb21 Mon Sep 17 00:00:00 2001 From: quexeky Date: Tue, 5 Aug 2025 17:08:38 +1000 Subject: [PATCH] feat: aur-app and aur-app-bin --- .gitmodules | 6 ++++++ aur-app | 1 + aur-app-bin | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 aur-app create mode 160000 aur-app-bin diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..130137e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "aur-app"] + path = aur-app + url = https://aur.archlinux.org/drop-oss-app.git +[submodule "aur-app-bin"] + path = aur-app-bin + url = https://aur.archlinux.org/drop-oss-app-bin.git diff --git a/aur-app b/aur-app new file mode 160000 index 0000000..8493d77 --- /dev/null +++ b/aur-app @@ -0,0 +1 @@ +Subproject commit 8493d77a192b3d307dc0973e430020dcc6b34e2b diff --git a/aur-app-bin b/aur-app-bin new file mode 160000 index 0000000..f1a57f0 --- /dev/null +++ b/aur-app-bin @@ -0,0 +1 @@ +Subproject commit f1a57f0c34c3a56b61224d4030f489fb28d162c3