makepkg: add support for SVN urls
commit2042b79bcc7904afc195103dfa1fc6b3978d60f7
authorAllan McRae <allan@archlinux.org>
Thu, 7 Jun 2012 08:12:31 +0000 (7 18:12 +1000)
committerAllan McRae <allan@archlinux.org>
Fri, 3 Aug 2012 14:16:38 +0000 (4 00:16 +1000)
treed79be7f8bf816b16f8abce488458cfcdf9a3000a
parent888020de9068218fafe820e631222bc85c47b453
makepkg: add support for SVN urls

Allow SVN repo sources in the form:

source=("<folder>::<repo>#<fragment>")

where <repo> must start with svn (e.g svn+http://) and a <fragment>
can specify a revision (e.g. revision=22).

Signed-off-by: Allan McRae <allan@archlinux.org>
scripts/makepkg.sh.in