diff options
author | Victor Diego Alejandro Diaz Urbaneja <sodomon2@gmail.com> | 2020-01-10 18:11:33 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-25 22:01:47 +0100 |
commit | 7c3b8edef6a73121dd3f644b2728cd8558e6a327 (patch) | |
tree | 1e4434b5ff56ab7fc19bc2d414547ed6873f8cd0 /testing | |
parent | ccdae59a3181922151e0f3ce8311b1df5aa21a07 (diff) | |
download | aports-7c3b8edef6a73121dd3f644b2728cd8558e6a327.zip |
Apply suggestion to testing/cdogs-sdl/APKBUILD
Diffstat (limited to 'testing')
-rw-r--r-- | testing/cdogs-sdl/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/cdogs-sdl/APKBUILD b/testing/cdogs-sdl/APKBUILD index 3510f062d6f..ac201d623bb 100644 --- a/testing/cdogs-sdl/APKBUILD +++ b/testing/cdogs-sdl/APKBUILD @@ -7,8 +7,7 @@ pkgdesc="Classic overhead run-and-gun game" url="https://cxong.github.io/cdogs-sdl/" arch="x86_64 x86" license="GPL" -depends="sdl2 sdl2_mixer sdl2_image mesa" -makedepends="cmake" +makedepends="cmake sdl2_image-dev sdl2-dev sdl2_mixer-dev mesa-dev" options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/cxong/$pkgname/archive/$pkgver.tar.gz" |