From 1b4cc6a36d1ab2c458126a0ea1769df69722a264 Mon Sep 17 00:00:00 2001 From: Victor Diego Alegandro Diaz Urbaneja Date: Thu, 23 Jan 2020 17:33:54 -0400 Subject: testing/cdogs-sdl: upgrade to 1.9 Classic overhead run-and-gun game https://cxong.github.io/cdogs-sdl/ --- testing/cdogs-sdl/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing') diff --git a/testing/cdogs-sdl/APKBUILD b/testing/cdogs-sdl/APKBUILD index af311fbdb04..c5b0bbad432 100644 --- a/testing/cdogs-sdl/APKBUILD +++ b/testing/cdogs-sdl/APKBUILD @@ -5,10 +5,10 @@ pkgver=0.7.0 pkgrel=0 pkgdesc="Classic overhead run-and-gun game" url="https://cxong.github.io/cdogs-sdl/" -arch="x86_64 x86" -license="GPL" +arch="all" +license="GPL-1.0-only" makedepends="cmake sdl2_image-dev sdl2-dev sdl2_mixer-dev mesa-dev" -options="!check" +options="!check" # make check not implemented source="$pkgname-$pkgver.tar.gz::https://github.com/cxong/cdogs-sdl/archive/$pkgver.tar.gz" build() { -- cgit v1.2.3