Makedepend on gcc/make where needed

This means we no longer need msys2-devel
This commit is contained in:
Christoph Reiter
2021-12-13 22:19:56 +01:00
parent e6cf475a0f
commit e40c90814f
229 changed files with 233 additions and 198 deletions

View File

@@ -7,7 +7,7 @@ pkgver=0.2.5
pkgrel=2
pkgdesc='Measures number of Terminal column cells of wide-character codes'
url='https://github.com/jquast/wcwidth'
arch=('i686' 'x86_64')
arch=('any')
license=('MIT')
depends=('python')
makedepends=('python-setuptools')