You are not logged in.
I want to make PKGBUILDs for packages, which are available in current repository, but in old version. Sometimes there are reasons to use old version of package, perfect example is xorg.
Is it allowed to put such PKGBUILD into AUR?
Offline
No.
Offline
if it's a version of the software that's in development, or a cvs/svn download you can add the pkg to aur. the name has to be pkgname-(devel|cvs|svn).
Offline
It is not development version.
Last version of xorg-server is 1.1, but in current there is 1.0.2.
Can I contribute somehow PKGBUILD for new version?
Offline
It is not development version.
Last version of xorg-server is 1.1, but in current there is 1.0.2.
Can I contribute somehow PKGBUILD for new version?
You can flag it as out of date (look on the right) of the page:
http://www.archlinux.org/packages/10337/
Offline
But it is intentionally out of date, and it won't be updated soon, that's the point.
Offline
But it is intentionally out of date, and it won't be updated soon, that's the point.
Logic therefore requires the question "Who would want to use it then?" The Arch ethos says "Use ABS to update it if you want it". That covers it official.
Unofficially you can make your own repo with your own pkgs and even your own cvsup repository that people can sync from with abs...
Offline
Rule of thumb:
If a contribution to anything can be summed up in a sed one-liner, then it's not worth it.
$ sed -i "s|1.0.2|1.1|g" PKGBUILD
Offline
Rule of thumb:
If a contribution to anything can be summed up in a sed one-liner, then it's not worth it.$ sed -i "s|1.0.2|1.1|g" PKGBUILD
that's not exactly fair... pretty much anything can be summed up to a sed one-liner
Offline