makedeb


meson 0.64.1-1


The Meson Build System

Click here to go back to the commit logs for meson.

Commit:


Hash: 52f3eecdc42d39f44e8a5ce88086d7620365abcf

Message: update to 0.59.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0e47f55..7f4794e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+generated-by = makedeb-makepkg
+
 pkgbase = meson
 	pkgdesc = The Meson Build System
-	pkgver = 0.58.2
+	pkgver = 0.59.1
 	pkgrel = 1
 	url = https://mesonbuild.com/
 	arch = x86_64
 	license = Apache
 	makedepends = python3-setuptools
 	makedepends = ninja-build
-	provides = meson=0.58.2
+	provides = meson=0.59.1
 	replaces = meson
-	source = https://github.com/mesonbuild/meson/releases/download/0.58.2/meson-0.58.2.tar.gz
-	sha256sums = 7634ec32955d3f897d623b88e9d2988451035f43d73c17a29caf767387baedb7
+	source = https://github.com/mesonbuild/meson/releases/download/0.59.1/meson-0.59.1.tar.gz
+	sha256sums = db586a451650d46bbe10984a87b79d9bcdc1caebf38d8e189f8848f8d502356d
 
 pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index 08b8ed8..a3df755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Nico <d3sox at protonmail dot com>
 pkgname=meson
-pkgver=0.58.2
+pkgver=0.59.1
 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=('7634ec32955d3f897d623b88e9d2988451035f43d73c17a29caf767387baedb7')
+sha256sums=('db586a451650d46bbe10984a87b79d9bcdc1caebf38d8e189f8848f8d502356d')
 
 build() {
   cd "$srcdir/meson-$pkgver"