bartoszek / AUR-gimp-git

3 stars 0 forks source link

Unneeded pkgver filters #2

Closed jonnyrobbie closed 3 years ago

jonnyrobbie commented 3 years ago

Is it necessary to have all those pkgver rescrictions? Arch does not support partial updates and all of those versions are already in repos, so there should be nobody supported who does not comply. And on the other hand, it screws up with the provides field. For example, I needed to install cairo-git and failed because of this pkgbuild's rescriction and had to manually edit it out.

I propose, remove all the unnecessary and error inducing pkgver filters.

bartoszek commented 3 years ago

What exactly is your problem here, I've set up Travis CI to test daily if it builds fine and as for today it reported success Build Status

jonnyrobbie commented 3 years ago

For example, I needed to install cairo-git and failed because of this pkgbuild's rescriction and had to manually edit it out.

It messes up with the provides field for other packages.

bartoszek commented 3 years ago

depends array has cairo>=1.14 which is in extra repository since like 2014 Still can't see a problem here.