2010/12/21 Bernardo Barros <bernardobarros2(a)gmail.com>om>:
KXStudio cheaps a Ubuntu binary package, it's
quite other thing.
In AUR we provide only a build script that can be update very easily.
It does a 'svn update' and builds for the user.
actually the pkgbuild does just this:
if [ -d $_svnmod ] ; then
(cd $_svnmod && svn update)
msg "The local files are updated."
else
svn co ${_svntrunk} ${_svnmod}
fi