From d2a3926578bba40e4e756bac4b8cb3cefc204e5e Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 12 Dec 2021 15:20:17 +0100 Subject: [PATCH] cocom: remove from msys2-devel group from what I see this is only needed for building cygwin, and it's already a makedep there. --- cocom/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cocom/PKGBUILD b/cocom/PKGBUILD index 67b17c92..8627e65f 100644 --- a/cocom/PKGBUILD +++ b/cocom/PKGBUILD @@ -2,12 +2,11 @@ pkgname=cocom pkgver=0.996 -pkgrel=2 +pkgrel=3 pkgdesc="Toolset for creation of compilers and interpreters" arch=('i686' 'x86_64') url="https://cocom.sourceforge.io/" license=('custom') -groups=('msys2-devel') depends=() makedepends=('autotools') source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)