makedeb
The Meson Build System
Click here to go back to the commit logs for meson.
Hash: 26671432a585b024b10e678f2389662b49aaa219
Message: update to 0.59.2
diff --git a/.SRCINFO b/.SRCINFO
index 7f4794e..8dddd87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,16 +2,16 @@ generated-by = makedeb-makepkg
pkgbase = meson
pkgdesc = The Meson Build System
- pkgver = 0.59.1
+ pkgver = 0.59.2
pkgrel = 1
url = https://mesonbuild.com/
arch = x86_64
license = Apache
makedepends = python3-setuptools
makedepends = ninja-build
- provides = meson=0.59.1
+ provides = meson=0.59.2
replaces = meson
- source = https://github.com/mesonbuild/meson/releases/download/0.59.1/meson-0.59.1.tar.gz
- sha256sums = db586a451650d46bbe10984a87b79d9bcdc1caebf38d8e189f8848f8d502356d
+ source = https://github.com/mesonbuild/meson/releases/download/0.59.2/meson-0.59.2.tar.gz
+ sha256sums = 13dee549a7ba758b7e33ce7719f28d1d337a98d10d378a4779ccc996f5a2fc49
pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index a3df755..578fe0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=meson
-pkgver=0.59.1
+pkgver=0.59.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=('db586a451650d46bbe10984a87b79d9bcdc1caebf38d8e189f8848f8d502356d')
+sha256sums=('13dee549a7ba758b7e33ce7719f28d1d337a98d10d378a4779ccc996f5a2fc49')
build() {
cd "$srcdir/meson-$pkgver"