mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/meson to 1.4.0-4
This commit is contained in:
parent
1ae802f027
commit
d5df5c294a
2 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
pkgbase = meson
|
||||
pkgdesc = High productivity build system
|
||||
pkgver = 1.4.0
|
||||
pkgrel = 2
|
||||
pkgrel = 4
|
||||
url = https://mesonbuild.com/
|
||||
arch = any
|
||||
license = Apache
|
||||
license = Apache-2.0
|
||||
checkdepends = boost
|
||||
checkdepends = clang
|
||||
checkdepends = cmake
|
||||
|
@ -54,6 +54,7 @@ pkgbase = meson
|
|||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
depends = ninja
|
||||
depends = python
|
||||
depends = python-tqdm
|
||||
depends = python-typing_extensions
|
||||
source = https://github.com/mesonbuild/meson/releases/download/1.4.0/meson-1.4.0.tar.gz
|
||||
|
|
|
@ -7,13 +7,14 @@
|
|||
|
||||
pkgname=meson
|
||||
pkgver=1.4.0
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
pkgdesc="High productivity build system"
|
||||
url="https://mesonbuild.com/"
|
||||
arch=(any)
|
||||
license=(Apache)
|
||||
license=(Apache-2.0)
|
||||
depends=(
|
||||
ninja
|
||||
python
|
||||
python-tqdm
|
||||
python-typing_extensions
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue