Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-27 Thread Rafael Fontenelle
2018-02-27 20:05 GMT-03:00 Adam Levy via aur-general : > Neat program! > > It currently doesn't handle release candidate version tags. For example, > > $ aur-out-of-date -pkg influxdb > [OUT-OF-DATE] [influxdb] Package influxdb should be updated from 1.4.3-1 to >

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-27 Thread Adam Levy via aur-general
Neat program! It currently doesn't handle release candidate version tags. For example, $ aur-out-of-date -pkg influxdb [OUT-OF-DATE] [influxdb] Package influxdb should be updated from 1.4.3-1 to 1.5.0rc4 It might be worth adding an option to ignore version tags that end in 'rc*'. Or perhaps

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-02 Thread Marcin Wieczorek
On 02/01/2018 11:08 AM, Simon Legner via aur-general wrote: > Hi aur-general, > > as a maintainer of fifty-something AUR packages I found it difficult > to keep track of new upstream versions. I would subscribe to various > RSS feeds to keep track of some. > > Recently, I sat down and wrote a

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-01 Thread Simon Doppler
On Thu, Feb 01, 2018 at 03:36:28PM -0500, Eli Schwartz via aur-general wrote: > [...] > Well, lots of people already do this, via urlwatch or pkgbuild-urlwatch. > I think the idea was supposed to be, finding a way to do this without > introducing complex tricks that need to be manually added to

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-01 Thread Eli Schwartz via aur-general
On 02/01/2018 02:56 PM, Michael Kogan wrote: > Unfortunately, I don't know Go and in general have too little programming > skills and experience to propose any code modifications. But I have an > idea: What about introducing some variables which the package maintainers > would put into their

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-01 Thread Michael Kogan
Unfortunately, I don't know Go and in general have too little programming skills and experience to propose any code modifications. But I have an idea: What about introducing some variables which the package maintainers would put into their PKGBUILD and which are then parsed by aur-out-of-date? The

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-01 Thread Simon Legner via aur-general
Hi, On Thu, Feb 1, 2018 at 5:44 PM, Eli Schwartz via aur-general wrote: > This looks quite cool! Thanks :) > 1) How does this handle PKGBUILDs that, say, have their homepage on > github, but do not tag releases there -- because :( :( :( -- and instead > push releases

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-01 Thread Simon Legner via aur-general
Hi, On Thu, Feb 1, 2018 at 5:20 PM, Michael Kogan wrote: > I am wondering, what about PKGBUILDs > whose source is hosted at Launchpad or Sourceforge? Those are quite common > hosters, are there plans to add them? Thanks! I see the following difficulties with Launchpad or

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-01 Thread Eli Schwartz via aur-general
On 02/01/2018 11:08 AM, Simon Legner via aur-general wrote: > Hi aur-general, > > as a maintainer of fifty-something AUR packages I found it difficult > to keep track of new upstream versions. I would subscribe to various > RSS feeds to keep track of some. > > Recently, I sat down and wrote a

Re: [aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-01 Thread Michael Kogan
Very nice and useful! It works for me, though just a few of my PKGBUILDs are displaying status information. I am wondering, what about PKGBUILDs whose source is hosted at Launchpad or Sourceforge? Those are quite common hosters, are there plans to add them? Thanks! 2018-02-01 17:08 GMT+01:00

[aur-general] aur-out-of-date: determine out-of-date AUR packages w.r.t. upstream

2018-02-01 Thread Simon Legner via aur-general
Hi aur-general, as a maintainer of fifty-something AUR packages I found it difficult to keep track of new upstream versions. I would subscribe to various RSS feeds to keep track of some. Recently, I sat down and wrote a tool "aur-out-of-date" which, given a username or a list of packages, checks