summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-03-13 11:26:10 +0100
committerMatheus2024-03-13 11:26:10 +0100
commitfedbe71ac4122f997beccb0b7fa60b092d617030 (patch)
tree1080dc11ab748019f57dcbcbbea824664b7af2fd
parent5bdb58f4306068aae3b9946de60aab1c85bd4527 (diff)
downloadaur-fedbe71ac4122f997beccb0b7fa60b092d617030.tar.gz
License update
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae716194daea..a37285369aa9 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = yamlfix
pkgrel = 1
url = https://github.com/lyz-code/yamlfix
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-pdm
diff --git a/PKGBUILD b/PKGBUILD
index 6662df93b9e3..fb1f42523be6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel="1"
pkgdesc="A simple, opinionated yaml formatter that keeps your comments!"
arch=("any")
url="https://github.com/lyz-code/${pkgname}"
-license=("GPL3")
+license=("GPL-3.0-or-later")
depends=("python" "python-click" "python-maison" "python-ruyaml")
makedepends=("python-build" "python-installer" "python-pdm" "python-pdm-backend" "python-pip")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")