makedeb
The Meson Build System
Click here to go back to the commit logs for meson.
Hash: d3786ce5712e48a160b62fa5d48a68d50071e670
Message: move python3-setuptools to depends
diff --git a/.SRCINFO b/.SRCINFO
index 8dddd87..f7d7461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-generated-by = makedeb-makepkg
-
pkgbase = meson
pkgdesc = The Meson Build System
pkgver = 0.59.2
- pkgrel = 1
+ pkgrel = 2
url = https://mesonbuild.com/
arch = x86_64
license = Apache
- makedepends = python3-setuptools
makedepends = ninja-build
+ depends = python3-setuptools
provides = meson=0.59.2
replaces = meson
source = https://github.com/mesonbuild/meson/releases/download/0.59.2/meson-0.59.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 578fe0d..4a50240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=meson
pkgver=0.59.2
-pkgrel=1
+pkgrel=2
pkgdesc="The Meson Build System"
arch=('x86_64')
replaces=("meson")
provides=("meson=$pkgver")
url="https://mesonbuild.com/"
license=('Apache')
-makedepends=('python3-setuptools' 'ninja-build')
+depends=('python3-setuptools')
+makedepends=('ninja-build')
source=("https://github.com/mesonbuild/meson/releases/download/$pkgver/meson-$pkgver.tar.gz")
sha256sums=('13dee549a7ba758b7e33ce7719f28d1d337a98d10d378a4779ccc996f5a2fc49')