diff --git a/meson/PKGBUILD b/meson/PKGBUILD index adc19c2f..fd322c62 100644 --- a/meson/PKGBUILD +++ b/meson/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christoph Reiter pkgname=meson -pkgver=0.57.2 +pkgver=0.58.1 pkgrel=1 pkgdesc='High-productivity build system' arch=('any') @@ -10,7 +10,7 @@ license=('Apache 2') depends=('python' 'python-setuptools' 'ninja') source=("https://github.com/mesonbuild/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz" "0001-cygwin-disguise.patch") -sha256sums=('3a83e7b1c5de94fa991ec34d9b198d94f38ed699d3524cb0fdf3b99fd23d4cc5' +sha256sums=('3144a3da662fcf79f1e5602fa929f2821cba4eba28c2c923fe0a7d3e3db04d5d' 'd923909ef135520caaf09608651f13e5b3090911b228795cbf5376b55a587903') prepare() {