2011/3/1 Axilleas P <markeleas@gmail.com>
Yeap, that's the right thing to do. I hurried to reply and didn't correct that too :P
On Tue, Mar 1, 2011 at 8:29 PM, Thomas Dziedzic <gostrc@gmail.com> wrote:
On Tue, Mar 1, 2011 at 12:26 PM, Axilleas P <markeleas@gmail.com> wrote:
Just change the source url, this worked for me http://aur.pastebin.com/kLxq63Gj
On Tue, Mar 1, 2011 at 7:59 PM, Ivan Puntiy <ivan.puntiy@gmail.com> wrote:
Hello,
Can anyone look at the package 'runescape-client-bin'? https://aur.archlinux.org/packages.php?ID=42058
How can I clean up the sources part in the AUR web interface? It shows parts of sed script as sources after AUR was updated.
Ivan
-- (\_ /) copy the bunny to your profile (0.o ) to help him achieve world domination. (> <) come join the dark side. /_|_\ (we have cookies.)
_filever=$pkgver
just drop _filever and use pkgver.
-- (\_ /) copy the bunny to your profile (0.o ) to help him achieve world domination. (> <) come join the dark side. /_|_\ (we have cookies.)
Thanks for the replies. I used _filever variable, because the date how they used it was not sortable like versions. After a check it seems to give me the latest file even without that parameter... So this:
just drop _filever
looks like the answer :) Ivan