summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-01-07 08:27:14 -0600
committerHurricanePootis2022-01-07 08:27:14 -0600
commit571daf6f8c3fd4d2f28e237841a492eb1ad4af99 (patch)
tree98c752474d39902ef54f5f04c925ca2e0db22984
parent9a8cf25baec803009e316ebf380af6be8a3c79b7 (diff)
downloadaur-571daf6f8c3fd4d2f28e237841a492eb1ad4af99.tar.gz
Remove gcc for makedepends because it's in base-devel
-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")