summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEcho J.2024-01-20 10:30:59 +0200
committerEcho J.2024-01-20 10:30:59 +0200
commitd223d49107a5e039d862c854a4eedcb23460b8da (patch)
treea02d953bfe731b9b6e5dbd03bfc37308de5f008e /PKGBUILD
parent4ebc89a09e277cef6c1a6762d1e8ff72b86521ab (diff)
downloadaur-d223d49107a5e039d862c854a4eedcb23460b8da.tar.gz
Switch to a SPDX license tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33878af25a69..3adc52ed3ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
_pkgname=meson
pkgname=meson-rust
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="High productivity build system (version with improved Rust support)"
url="https://mesonbuild.com/"
arch=(any)
-license=(Apache)
+license=(Apache-2.0)
depends=(
ninja
python-tqdm