Update {lib|devel}:libsdl2 to {lib|devel}:libsdl2_2.0.

The newest libsdl2 packages do not provide the unsuffixed lib anymore
as it doesn't actually exist in the package.
This commit is contained in:
Michael Lotz
2017-12-14 21:40:01 +01:00
parent c7398a4848
commit 93d8375606
11 changed files with 30 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ cross-platform game development."
HOMEPAGE="http://bitbucket.org/SpartanJ/eepp"
COPYRIGHT="2011-2014 Martín Lucas Golini"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://bitbucket.org/SpartanJ/eepp/get/release-0.9.5.tar.gz"
CHECKSUM_SHA256="b4094be1b29361c66ab15cae166576d3600f7b6d914b339af857878559156b48"
SOURCE_DIR="SpartanJ-eepp-b44ee6ad7704"
@@ -19,7 +19,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl2$secondaryArchSuffix
lib:libsdl2_2.0$secondaryArchSuffix
lib:libopenal$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
"
@@ -37,7 +37,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl2$secondaryArchSuffix
devel:libsdl2_2.0$secondaryArchSuffix
devel:libopenal$secondaryArchSuffix
devel:libgl$secondaryArchSuffix
"