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.
This commit is contained in:
Christoph Reiter
2022-04-19 22:35:08 +02:00
parent 43b521f0c5
commit 68003b44d8

View File

@@ -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'