diff options
-rw-r--r-- | community/sdl12-compat/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/sdl12-compat/APKBUILD b/community/sdl12-compat/APKBUILD index f61cff6dfb..cb00fa5a7c 100644 --- a/community/sdl12-compat/APKBUILD +++ b/community/sdl12-compat/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=sdl12-compat # Have the same version as the last upstream release -pkgver=0.0.1_git20210615 +pkgver=0.0.1_git20210715 _commit=7677b7ae855eb4eaf67d47db80bf7b30b90a7558 pkgrel=0 pkgdesc="SDL-1.2 compat layer that uses SDL-2.0" @@ -10,6 +10,7 @@ options="!check" # https://github.com/libsdl-org/sdl12-compat/issues/90 url="https://github.com/libsdl-org/sdl12-compat" arch="all" license="BSD-3-Clause" +depends="sdl2" makedepends="cmake sdl2-dev" subpackages="$pkgname-dev" source="$pkgname-$_commit.tar.gz::https://github.com/libsdl-org/sdl12-compat/archive/$_commit.tar.gz" |