Re: [arch-general] best practices for rebuilding packages

2015-12-07 Thread Squires, Eric
;+%s") if [[ $aurDte -lt $depDte ]]; then echo "update $aurPkg given $depPkg is more recent" fi done done Eric From: arch-general on behalf of Squires, Eric Sent: Monday, December 7, 2015 11:17 PM To: Gene

Re: [arch-general] best practices for rebuilding packages

2015-12-07 Thread Squires, Eric
he workflow would look something like this: git checkout -b my_branch git fetch git merge master # now do normal makepkg build/install step Eric From: arch-general on behalf of Michał Zegan Sent: Sunday, December 6, 2015 12:52 PM To: General Discussion

Re: [arch-general] best practices for rebuilding packages

2015-12-06 Thread Sean Greenslade
On Sun, Dec 06, 2015 at 06:52:58PM +0100, Michał Zegan wrote: > Hello. > > If I have a package build from aur that depends on a library, and the > library is updated, and package from aur requires rebuild, is it possible to > somehow track and automate that? > In other cases maintaining such confi

[arch-general] best practices for rebuilding packages

2015-12-06 Thread Michał Zegan
Hello. If I have a package build from aur that depends on a library, and the library is updated, and package from aur requires rebuild, is it possible to somehow track and automate that? In other cases maintaining such configurations may be the trouble as you have to remember what aur packages