diff --git a/srcpkgs/cdogs-sdl/patches/fix-build.patch b/srcpkgs/cdogs-sdl/patches/fix-build.patch deleted file mode 100644 index 07dcbaded3..0000000000 --- a/srcpkgs/cdogs-sdl/patches/fix-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2016-03-13 20:55:53.906485652 +0100 -+++ CMakeLists.txt 2016-03-13 20:56:22.320483526 +0100 -@@ -177,7 +177,7 @@ if(APPLE) - USE_SOURCE_PERMISSIONS) - else() - install( -- PROGRAMS src/cdogs-sdl${EXE_EXTENSION} src/cdogs-sdl-editor${EXE_EXTENSION} -+ PROGRAMS build/src/cdogs-sdl${EXE_EXTENSION} build/src/cdogs-sdl-editor${EXE_EXTENSION} - DESTINATION ${INSTALL_PREFIX}/bin) - endif() - diff --git a/srcpkgs/cdogs-sdl/template b/srcpkgs/cdogs-sdl/template index ae39e6cbd0..f699d14be5 100644 --- a/srcpkgs/cdogs-sdl/template +++ b/srcpkgs/cdogs-sdl/template @@ -1,7 +1,7 @@ # Template file for 'cdogs' pkgname=cdogs-sdl -version=0.6.2 -revision=2 +version=0.6.3 +revision=1 build_style=cmake makedepends="physfs-devel SDL2-devel SDL2_mixer-devel SDL2_image-devel SDL2_net-devel yajl-devel" short_desc="A classic overhead run-and-gun game" @@ -9,7 +9,7 @@ maintainer="Enno Boland " homepage="http://cxong.github.io/cdogs-sdl/" license="GPL2" distfiles="https://github.com/cxong/cdogs-sdl/archive/$version.tar.gz" -checksum=d6f421c760b15b706bdfc79ed8d18802dc2e8efeefabb69a31679c9b51f328ab +checksum=4497e88be7ef462e1839b4396fccdf880b612074c4091956e39cd86ea15fdd03 configure_args="-DCDOGS_DATA_DIR=/usr/share/cdogs/" CFLAGS="-Wno-error=deprecated-declarations"