summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f00ed936284..e596d0958ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = lib32-sdl12-compat-git
url = https://github.com/libsdl-org/sdl12-compat
arch = x86_64
license = custom
- makedepends = gcc
makedepends = cmake
makedepends = git
depends = lib32-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index fdd9c8345289..674bf272afa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("x86_64")
url="https://github.com/libsdl-org/sdl12-compat"
license=('custom')
depends=('lib32-sdl2' 'lib32-sdl-compat_image' 'lib32-glibc')
-makedepends=('gcc' 'cmake' 'git')
+makedepends=('cmake' 'git')
conflicts=('lib32-sdl')
provides=('lib32-sdl')
source=("git+https://github.com/libsdl-org/sdl12-compat.git")