ABS is not using SVN anymore

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-26 14:54:30 +00:00
parent e9bdb6b4e1
commit 4939405926
1 changed files with 1 additions and 12 deletions

13
prm
View File

@ -159,18 +159,7 @@ aur.get() {
}
abs.get() {
declare pkg_repo svn_repo
pkg_repo="$2"
case "$pkg_repo" in
(community|multilib)
svn_repo='community';;
(*)
svn_repo='packages';;
esac
svn export "svn://svn.archlinux.org/${svn_repo}/${1}/trunk" "${cfg_workdir}/${1}"
git clone "https://gitlab.archlinux.org/archlinux/packaging/packages/$1.git" "$cfg_workdir/$1"
}
set_argv() {