diff options
author | Victor Diego Alegandro Diaz Urbaneja <sodomon2@gmail.com> | 2020-01-23 17:33:54 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-25 22:01:47 +0100 |
commit | 1b4cc6a36d1ab2c458126a0ea1769df69722a264 (patch) | |
tree | 2404b363abfbf0eaf91da3ebb53220126db88a31 /testing | |
parent | 722b2758ffa9d44cec441ac42fc4fec2d0f51138 (diff) | |
download | aports-1b4cc6a36d1ab2c458126a0ea1769df69722a264.zip |
testing/cdogs-sdl: upgrade to 1.9
Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
Diffstat (limited to 'testing')
-rw-r--r-- | testing/cdogs-sdl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |