From 68003b44d8eec272a4d9c19c1b894e3f4b4607cc Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 19 Apr 2022 22:35:08 +0200 Subject: [PATCH] base-devel: depend on base This was always the case because we assume base is always installed. But some have an old install from a time before the base package was introduced. So be explicit here to "fix" those old installations, in case someone tries to start building packages. --- base-devel/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base-devel/PKGBUILD b/base-devel/PKGBUILD index 8cc7aabb..64f656a0 100644 --- a/base-devel/PKGBUILD +++ b/base-devel/PKGBUILD @@ -2,12 +2,13 @@ pkgname=base-devel pkgver=2022.01 -pkgrel=1 +pkgrel=2 pkgdesc='Minimal package set for building packages with makepkg' url='https://www.msys2.org' arch=('any') license=('GPL') depends=( + 'base' 'binutils' 'bison' 'diffstat'