From d4b3a67f4a5f04aaf9774d0d05064703e50661ed Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 26 Jan 2024 23:28:20 +0000 Subject: [PATCH] gamecube-sdl2_gfx: fix dependencies --- gamecube/SDL2_gfx/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamecube/SDL2_gfx/PKGBUILD b/gamecube/SDL2_gfx/PKGBUILD index 253614e0..4a18de1a 100644 --- a/gamecube/SDL2_gfx/PKGBUILD +++ b/gamecube/SDL2_gfx/PKGBUILD @@ -3,14 +3,14 @@ pkgname=gamecube-sdl2_gfx pkgver=1.0.4 -pkgrel=3 +pkgrel=4 pkgdesc="SDL2 graphics drawing primitives." arch=('any') url="https://libsdl.org" license=("zlib") options=(!strip libtool staticlibs) makedepends=('wii-pkg-config' 'dkp-toolchain-vars') -depends=('wii-sdl2') +depends=('gamecube-sdl2') source=("http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-1.0.4.tar.gz") groups=('gamecube-portlibs' 'gamecube-sdl2-libs')