summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-03-13 11:23:12 +0100
committerMatheus2024-03-13 11:23:12 +0100
commit2cc0179bcd372ff9890e9ab1525537126ad2b60c (patch)
treebc3166162d1b4daa57f6f657ae6ba7bcdb3adad4
parent3e6fc9812bbc18d6938c486422556f4037438c1a (diff)
downloadaur-2cc0179bcd372ff9890e9ab1525537126ad2b60c.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 3c357e13b293..a293f761ba13 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = erpnext
url = https://github.com/frappe/erpnext
install = erpnext.install
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = npm
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 033af11eed97..d33855007c72 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgrel="1"
pkgdesc="Free and open source Enterprise Resource Planning (ERP)."
arch=("x86_64")
url="https://github.com/frappe/${pkgname}"
-license=("GPL3")
+license=("GPL-3.0-or-later")
depends=("frappe-bench" "libmaxminddb" "mariadb" "nodejs" "python" "python-pycups" "wkhtmltopdf")
makedepends=("npm" "python-build" "python-installer" "python-virtualenv" "tmux")
optdepends=("apache: HTTP server"