mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
SDL_gfx: Really fix version comparison
This commit is contained in:
parent
1b4ebae002
commit
b313e866c4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
SDL_gfx-devel_package() {
|
SDL_gfx-devel_package() {
|
||||||
depends="SDL-devel ${sourcepkg}-${version}_${revision}>=${version}_${revision}"
|
depends="SDL-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue