Match SDL BUILD_REQUIRES to REQUIRES (#4795)

* Match SDL BUILD_REQUIRES to REQUIRES
This commit is contained in:
Crestwave
2020-03-15 20:39:10 +08:00
committed by GitHub
parent 7df3fa310d
commit 15e011c2e1
6 changed files with 26 additions and 26 deletions

View File

@@ -9,7 +9,7 @@ COPYRIGHT="1995-1997 I J Peters
2004 Corey Keasling
2005-2019 Matthias Braun"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
srcGitRev="35ffbacb5308a8e825fd737bd08d95032d6c4c8c"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="8cb5ce1d98374a656d36c7feb7764a6275e6a6840dc0c5630a997e0a1edbbe43"
@@ -42,11 +42,11 @@ BUILD_REQUIRES="
devel:libGL$secondaryArchSuffix
devel:libGLU$secondaryArchSuffix
devel:libphysfs$secondaryArchSuffix
devel:libSDL$secondaryArchSuffix
devel:libSDL_1.2$secondaryArchSuffix
devel:libSDL_gfx$secondaryArchSuffix
devel:libSDL_image$secondaryArchSuffix
devel:libSDL_mixer$secondaryArchSuffix
devel:libSDL_ttf$secondaryArchSuffix
devel:libSDL_image_1.2$secondaryArchSuffix
devel:libSDL_mixer_1.2$secondaryArchSuffix
devel:libSDL_ttf_2.0$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"