diff --git a/x86_64/repo-updater.sh b/x86_64/repo-updater.sh index 8a90a47..404f1de 100755 --- a/x86_64/repo-updater.sh +++ b/x86_64/repo-updater.sh @@ -12,7 +12,7 @@ #----------------------------------------------------------- # Set the name for the repository database -repo_name="snigdhaos-core" +repo_name="snigdhaos-extra" # Function to handle errors handle_error() { @@ -46,4 +46,4 @@ mv -f "${repo_name}.files.tar.gz.sig" "${repo_name}.files.sig" || handle_error " echo "Repository updated successfully!" echo "*******************************************************************************" echo "You can now sync the repository with 'pacman -Sy' to fetch the latest packages." -echo "*******************************************************************************" \ No newline at end of file +echo "*******************************************************************************" diff --git a/x86_64/snigdhaos-extra.db b/x86_64/snigdhaos-extra.db new file mode 100644 index 0000000..0901f2c Binary files /dev/null and b/x86_64/snigdhaos-extra.db differ diff --git a/x86_64/snigdhaos-extra.db.sig b/x86_64/snigdhaos-extra.db.sig new file mode 100644 index 0000000..3f8851d Binary files /dev/null and b/x86_64/snigdhaos-extra.db.sig differ diff --git a/x86_64/snigdhaos-extra.files b/x86_64/snigdhaos-extra.files new file mode 100644 index 0000000..9036e78 Binary files /dev/null and b/x86_64/snigdhaos-extra.files differ diff --git a/x86_64/snigdhaos-extra.files.sig b/x86_64/snigdhaos-extra.files.sig new file mode 100644 index 0000000..8442175 Binary files /dev/null and b/x86_64/snigdhaos-extra.files.sig differ