From 7b53a17ce785f46a7be47ceba24a37ae13aa85f5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2024 00:23:07 +0200 Subject: [PATCH] Switch to correct SPDX license identifier Signed-off-by: David Runge --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 249cd75..296f4ad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc='System V Release 4.0 curses emulation library' arch=(x86_64) url='https://invisible-island.net/ncurses/ncurses.html' -license=(MIT) +license=(MIT-open-group) depends=( glibc gcc-libs