As right it was amule-cvs is now deprecated. In my repo I’ve replaced amule-cvs with amule-devel.
Currently developers are using sourceforge, and as they said this will be the final home for this project. There is a contributor which uploads the last snapshot on his own git server, this seems a copy.
For that reason I choose the official tarballs way, using my so loved bash line to parse the xml and get the last tarball’s revision:
pkgver=$(wget -q "http://amule.sourceforge.net/tarballs/tarballs.xml" -O- | awk -F "'" '/youngest/ {field = $4}; END{print field }')
From now on, the package will be named amule-devel instead of amule-cvs.
For italians:
come giusto fosse amule-cvs è deprecato, su aur è stato rimpiazzato con la versione che tira i sorgenti da un server git. Il problema però è che questo server git non è ufficiale, sembra una costante copia dell’ultimo snapshot. A questo punto per il repo ho deciso di mantenere direttamente la versione a snapshot ufficiali. Quindi se seguite il mio repo dovete segare amule-cvs ed installare amule-devel.
Regards.



last comments