mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgbase = meson
|
||||||
pkgdesc = High productivity build system
|
pkgdesc = High productivity build system
|
||||||
pkgver = 1.4.0
|
pkgver = 1.4.0
|
||||||
pkgrel = 2
|
pkgrel = 4
|
||||||
url = https://mesonbuild.com/
|
url = https://mesonbuild.com/
|
||||||
arch = any
|
arch = any
|
||||||
license = Apache
|
license = Apache-2.0
|
||||||
checkdepends = boost
|
checkdepends = boost
|
||||||
checkdepends = clang
|
checkdepends = clang
|
||||||
checkdepends = cmake
|
checkdepends = cmake
|
||||||
|
@ -54,6 +54,7 @@ pkgbase = meson
|
||||||
makedepends = python-setuptools
|
makedepends = python-setuptools
|
||||||
makedepends = python-wheel
|
makedepends = python-wheel
|
||||||
depends = ninja
|
depends = ninja
|
||||||
|
depends = python
|
||||||
depends = python-tqdm
|
depends = python-tqdm
|
||||||
depends = python-typing_extensions
|
depends = python-typing_extensions
|
||||||
source = https://github.com/mesonbuild/meson/releases/download/1.4.0/meson-1.4.0.tar.gz
|
source = https://github.com/mesonbuild/meson/releases/download/1.4.0/meson-1.4.0.tar.gz
|
||||||
|
|
|
@ -7,13 +7,14 @@
|
||||||
|
|
||||||
pkgname=meson
|
pkgname=meson
|
||||||
pkgver=1.4.0
|
pkgver=1.4.0
|
||||||
pkgrel=2
|
pkgrel=4
|
||||||
pkgdesc="High productivity build system"
|
pkgdesc="High productivity build system"
|
||||||
url="https://mesonbuild.com/"
|
url="https://mesonbuild.com/"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(Apache)
|
license=(Apache-2.0)
|
||||||
depends=(
|
depends=(
|
||||||
ninja
|
ninja
|
||||||
|
python
|
||||||
python-tqdm
|
python-tqdm
|
||||||
python-typing_extensions
|
python-typing_extensions
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue