supertux: fix reference to libpng16 (#3866)

This commit is contained in:
Schrijvers Luc
2019-05-18 13:35:46 +02:00
committed by Sergei Reznikov
parent eb64aff6dc
commit c5efbf2580

View File

@@ -4,7 +4,7 @@ similar to the original Super Mario games."
HOMEPAGE="https://supertux.lethargik.org/"
COPYRIGHT="2003-2018 SuperTux Devel Team"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/SuperTux/supertux/releases/download/v$portVersion/SuperTux-v$portVersion-Source.tar.gz"
SOURCE_DIR="SuperTux-v$portVersion-Source"
CHECKSUM_SHA256="c4c3e5fa6f90e87b8c5ad6b22a179e9a9839bf997e7f219e22bbcd1c97223ac0"
@@ -31,7 +31,7 @@ REQUIRES="
lib:libogg$secondaryArchSuffix
lib:libopenal$secondaryArchSuffix
lib:libphysfs$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libraqm$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
lib:libSDL2_image_2.0$secondaryArchSuffix
@@ -51,7 +51,7 @@ BUILD_REQUIRES="
devel:libiconv$secondaryArchSuffix
devel:libopenal$secondaryArchSuffix
devel:libphysfs$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libraqm$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libSDL2_image_2.0$secondaryArchSuffix