makedeb
The Meson Build System
Click here to go back to the commit logs for meson.
Hash: e9ee78e9680937af6ebe76bb3b6ba65ee6d1e0e7
Message: update to 0.64.0
diff --git a/.SRCINFO b/.SRCINFO
index d68bb21..442a2ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = meson
pkgdesc = The Meson Build System
- pkgver = 0.63.3
+ pkgver = 0.64.0
pkgrel = 1
url = https://mesonbuild.com/
arch = x86_64
license = Apache
makedepends = ninja-build
depends = python3-setuptools
- provides = meson=0.63.3
+ provides = meson=0.64.0
replaces = meson
- source = https://github.com/mesonbuild/meson/releases/download/0.63.3/meson-0.63.3.tar.gz
- sha256sums = 519c0932e1a8b208741f0fdce90aa5c0b528dd297cf337009bf63539846ac056
+ source = https://github.com/mesonbuild/meson/releases/download/0.64.0/meson-0.64.0.tar.gz
+ sha256sums = c5e27e091c2a35b9049e152a6535045ebbd057253aeb67856de6ecbb7b917bab
pkgname = meson
diff --git a/PKGBUILD b/PKGBUILD
index 3c94d4d..47e48c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=meson
-pkgver=0.63.3
+pkgver=0.64.0
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=('519c0932e1a8b208741f0fdce90aa5c0b528dd297cf337009bf63539846ac056')
+sha256sums=('c5e27e091c2a35b9049e152a6535045ebbd057253aeb67856de6ecbb7b917bab')
build() {
cd "$srcdir/meson-$pkgver"