From 23e0437cb1dc17fb553a310adf8a9aaf5a762132 Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Sun, 12 Nov 2017 16:10:30 +0000 Subject: [PATCH] fs-uae: fix libsdl2 dependency naming (#1787) --- app-emulation/fs-uae/fs_uae-2.8.3.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/fs-uae/fs_uae-2.8.3.recipe b/app-emulation/fs-uae/fs_uae-2.8.3.recipe index a4a067071..ea7df1215 100644 --- a/app-emulation/fs-uae/fs_uae-2.8.3.recipe +++ b/app-emulation/fs-uae/fs_uae-2.8.3.recipe @@ -35,7 +35,7 @@ available on fs-uae.net." HOMEPAGE="https://fs-uae.net/" COPYRIGHT="2011-2017 Frode Solheim" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://fs-uae.net/stable/${portVersion}/fs-uae-${portVersion}.tar.gz" CHECKSUM_SHA256="e2d5414d07c8bd5b740716471183bc5516bec0ae2989449c3026374dc4b86292" SOURCE_DIR="fs-uae-$portVersion" @@ -61,7 +61,7 @@ REQUIRES=" lib:libmpeg2$secondaryArchSuffix lib:libopenal$secondaryArchSuffix lib:libpng16$secondaryArchSuffix - lib:libsdl2$secondaryArchSuffix + lib:libsdl2_2.0$secondaryArchSuffix lib:libx11$secondaryArchSuffix lib:libz$secondaryArchSuffix " @@ -74,7 +74,7 @@ BUILD_REQUIRES=" devel:libmpeg2$secondaryArchSuffix devel:libopenal$secondaryArchSuffix devel:libpng16$secondaryArchSuffix - devel:libsdl2$secondaryArchSuffix + devel:libsdl2_2.0$secondaryArchSuffix devel:libx11$secondaryArchSuffix "