2 Commits
v3.0 ... v3.1

Author SHA1 Message Date
fbt
840ab9254c export instead of checkout 2015-05-22 17:53:16 +03:00
fbt
b2dc6c01d7 ughx2 2015-02-25 16:30:32 +03:00
2 changed files with 10 additions and 10 deletions

View File

@@ -2,8 +2,8 @@ prm
---
A very simple AUR/ABS helper. Doesn't build packages, only gets the sources.
Usage: prm [flags] <package>
Flags:
Usage: prm [flags] <package>
Flags:
-h Show this message.
-s Search for <package>.
-S Search only in the sync db. Implies -s.

2
prm
View File

@@ -131,7 +131,7 @@ abs.get() {
svn_repo='packages';;
esac
svn checkout "svn://svn.archlinux.org/${svn_repo}/${1}/trunk" "${cfg_workdir}/${1}"
svn export "svn://svn.archlinux.org/${svn_repo}/${1}/trunk" "${cfg_workdir}/${1}"
}
set_argv() {