Thank you guys .. solved and update all :) --- Greetings Stefano Capitani Il 2017-01-01 19:54 Alex Talker via aur-general ha scritto:
Yeah, correct too. But u also could use git commit -a, without git add, so it only commit changes on files already tracked.
On 1 January 2017 21:52:41 GMT+03:00, Stefano Capitani <stefano@manjaro.org> wrote:
Thank you for reply .. i have do this :
mksrcinfo && git add * && git commit -m 'update to 0.9 release , removed the unneeded file and optimize PKGBUILD' && git push origin master
:p
--- Greetings Stefano Capitani
Il 2017-01-01 19:49 NicoHood ha scritto:
On 01/01/2017 07:48 PM, Stefano Capitani wrote:
Hi at all , i have update the ancestris package but i don't see the right version .. i missed something ?
https://aur.archlinux.org/packages/ancestris/
thank you ..
Possibly $ makepkg --printsrcinfo > .SRCINFO $ git add -p $ git commit $ git push