makedeb
The Meson Build System
Click here to go back to the commit logs for meson.
Hash: 1db8ac8429578cdeb43870a727dc8c7bf8debc16
Message: update to 0.61.2
diff --git a/.SRCINFO b/.SRCINFO
index 298104e..b9f74ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = meson
pkgdesc = The Meson Build System
- pkgver = 0.61.1
+ pkgver = 0.61.2
pkgrel = 1
url = https://mesonbuild.com/
arch = x86_64
license = Apache
makedepends = ninja-build
depends = python3-setuptools
- provides = meson=0.61.1
+ provides = meson=0.61.2
replaces = meson
- source = https://github.com/mesonbuild/meson/releases/download/0.61.1/meson-0.61.1.tar.gz
- sha256sums = feb2cefb325b437dbf36146df7c6b87688ddff0b0205caa31dc64055c6da410c
+ source = https://github.com/mesonbuild/meson/releases/download/0.61.2/meson-0.61.2.tar.gz
+ sha256sums = 0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889
pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index ba5654a..2df4693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=meson
-pkgver=0.61.1
+pkgver=0.61.2
pkgrel=1
pkgdesc="The Meson Build System"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python3-setuptools')
makedepends=('ninja-build')
source=("https://github.com/mesonbuild/meson/releases/download/$pkgver/meson-$pkgver.tar.gz")
-sha256sums=('feb2cefb325b437dbf36146df7c6b87688ddff0b0205caa31dc64055c6da410c')
+sha256sums=('0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889')
build() {
cd "$srcdir/meson-$pkgver"