From 54d51d48e3b364ac3b65561e786c01c8410a3341 Mon Sep 17 00:00:00 2001 From: op Date: Fri, 22 Apr 2022 07:59:56 +0000 Subject: [PATCH] bump games/taisei revision after math/cglm update: taisei uses headers from cglm but does not link to it. --- games/taisei/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/taisei/Makefile b/games/taisei/Makefile index 0076219aa02..9d6acba54d6 100644 --- a/games/taisei/Makefile +++ b/games/taisei/Makefile @@ -7,6 +7,7 @@ COMMENT = clone of the touhou games VERSION = v1.3.2 DISTNAME = taisei-${VERSION} PKGNAME = taisei-${VERSION:S/^v//} +REVISION = 0 CATEGORIES = games