summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2024-04-01 21:57:13 -0500
committerHurricanePootis2024-04-01 21:57:13 -0500
commita3f397f93e4dc07153c7d27cf5840ba4c0ad3bf2 (patch)
treee90294f2d021d3982986a18f3763c5e24500c629 /PKGBUILD
parent17a320fee868be9f4947e2cdca8fcfb58dbdf86d (diff)
downloadaur-a3f397f93e4dc07153c7d27cf5840ba4c0ad3bf2.tar.gz
Make license more accurate
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4843ad9b542c..a2ca03a911ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_target="sh3eb-elf"
pkgname=${_target}-gcc
pkgver=13.2.0
-pkgrel=1
+pkgrel=2
_islver=0.24
pkgdesc="The GNU Compiler Collection for the ${_target} target."
arch=(i686 x86_64)
-license=('GPL' 'LGPL')
+license=('GPL-3.0-only WITH GCC-exception-2.0' 'GFDL-1.3-or-later')
url="http://gcc.gnu.org"
depends=("${_target}-binutils" 'libmpc' 'elfutils')
options=('staticlibs' '!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs' '!strip')