makedeb
The Meson Build System
Click here to go back to the commit logs for meson.
Hash: 94864d5c6eb71504af9a4a643bb3ec8ab44b8fb9
Message: update to 0.58.2
diff --git a/.SRCINFO b/.SRCINFO
index 643c456..0e47f55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = meson
pkgdesc = The Meson Build System
- pkgver = 0.58.1
+ pkgver = 0.58.2
pkgrel = 1
url = https://mesonbuild.com/
arch = x86_64
license = Apache
makedepends = python3-setuptools
makedepends = ninja-build
- provides = meson=0.58.1
+ provides = meson=0.58.2
replaces = meson
- source = https://github.com/mesonbuild/meson/releases/download/0.58.1/meson-0.58.1.tar.gz
- sha256sums = 3144a3da662fcf79f1e5602fa929f2821cba4eba28c2c923fe0a7d3e3db04d5d
+ source = https://github.com/mesonbuild/meson/releases/download/0.58.2/meson-0.58.2.tar.gz
+ sha256sums = 7634ec32955d3f897d623b88e9d2988451035f43d73c17a29caf767387baedb7
pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index baa35ee..08b8ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=meson
-pkgver=0.58.1
+pkgver=0.58.2
pkgrel=1
pkgdesc="The Meson Build System"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://mesonbuild.com/"
license=('Apache')
makedepends=('python3-setuptools' 'ninja-build')
source=("https://github.com/mesonbuild/meson/releases/download/$pkgver/meson-$pkgver.tar.gz")
-sha256sums=('3144a3da662fcf79f1e5602fa929f2821cba4eba28c2c923fe0a7d3e3db04d5d')
+sha256sums=('7634ec32955d3f897d623b88e9d2988451035f43d73c17a29caf767387baedb7')
build() {
cd "$srcdir/meson-$pkgver"