aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/meson/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/meson/APKBUILD b/main/meson/APKBUILD
index 826447b7c0..1b16f17869 100644
--- a/main/meson/APKBUILD
+++ b/main/meson/APKBUILD
@@ -2,13 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=meson
pkgver=0.50.1
-pkgrel=0
+pkgrel=1
pkgdesc="Fast and user friendly build system"
url="https://mesonbuild.com"
arch="noarch"
license="Apache-2.0"
-depends="ninja python3"
-makedepends="python3-dev"
+depends="ninja py3-setuptools python3"
subpackages="$pkgname-doc"
source="https://github.com/mesonbuild/meson/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"