acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 43 forks source link

ogre-1.9: remove versions from provides #153

Closed rmsc closed 2 years ago

rmsc commented 2 years ago

Ogre doesn't support having different versions installed, so specifying versions here doesn't work as expected.

acxz commented 2 years ago

The ogre=1.9 is required since certain packages list ogre=1.9 as a dep such as (ros-noetic-rviz). Removing the =1.9 means that there will be no package in the AUR that satisfies the ogre=1.9 dep.

rmsc commented 2 years ago

I see.

Then perhaps a conflicts entry is called for: https://wiki.archlinux.org/title/PKGBUILD#conflicts

acxz commented 2 years ago

That's actually a great idea!

rmsc commented 2 years ago

Closing in favor of #158