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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user