Re: [aur-general] Go package dependencies

2018-02-27 Thread Adam Levy via aur-general
Having heard both sides of the coin here I think I lean toward agreeing with Eli in this case. And as it appears to be partly a matter of personal taste anyway, I'll be leaving the dependencies as is. Thank you both for your replies. On Tue, Feb 27, 2018 at 5:05 PM, Eli Schwartz via aur-general

Re: [aur-general] Go package dependencies

2018-02-27 Thread Eli Schwartz via aur-general
> On Tue, Feb 27, 2018 at 4:33 PM, Levente Polyak via aur-general < > aur-general@archlinux.org> wrote: >> Actually there is no strict rule that base must be installed, its just a >> strong recommendation. While most systems would be quite useless without >> having glibc, its still a first level

Re: [aur-general] Go package dependencies

2018-02-27 Thread Adam Levy via aur-general
Good to know. I will update my PKGBUILDs accordingly. Thank you On Tue, Feb 27, 2018 at 4:33 PM, Levente Polyak via aur-general < aur-general@archlinux.org> wrote: > On 02/28/2018 02:23 AM, Adam Levy via aur-general wrote: > > Hi there, > > > > I am co-maintaining a few AUR packages written in

Re: [aur-general] Go package dependencies

2018-02-27 Thread Levente Polyak via aur-general
On 02/28/2018 02:23 AM, Adam Levy via aur-general wrote: > Hi there, > > I am co-maintaining a few AUR packages written in Golang and I just ran > namcap on my built package. I got the following output on a few of my > golang packages: > > $ namcap influxdb-1.4.3-1-x86_64.pkg.tar.xz > influxdb

[aur-general] Go package dependencies

2018-02-27 Thread Adam Levy via aur-general
Hi there, I am co-maintaining a few AUR packages written in Golang and I just ran namcap on my built package. I got the following output on a few of my golang packages: $ namcap influxdb-1.4.3-1-x86_64.pkg.tar.xz influxdb E: Dependency glibc detected and not included (libraries

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