summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-04-02 01:13:17 -0500
committerHurricanePootis2024-04-02 01:13:17 -0500
commit8e1b56b686d671fb02b8638bc4c09652b6b7282a (patch)
tree3fe7f4144a69cb0c931f01569665becd664f8c0d
parenta3f397f93e4dc07153c7d27cf5840ba4c0ad3bf2 (diff)
downloadaur-8e1b56b686d671fb02b8638bc4c09652b6b7282a.tar.gz
Make SPDX compliant
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1df20910cdbd..f31cdd086521 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = sh3eb-elf-gcc
pkgdesc = The GNU Compiler Collection for the sh3eb-elf target.
pkgver = 13.2.0
- pkgrel = 2
+ pkgrel = 3
url = http://gcc.gnu.org
arch = i686
arch = x86_64
- license = GPL-3.0-only WITH GCC-exception-2.0
- license = GFDL-1.3-or-later
+ license = GPL-3.0-only WITH GCC-exception-2.0 AND GFDL-1.3-or-later
depends = sh3eb-elf-binutils
depends = libmpc
depends = elfutils
diff --git a/PKGBUILD b/PKGBUILD
index a2ca03a911ff..d2549c983d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_target="sh3eb-elf"
pkgname=${_target}-gcc
pkgver=13.2.0
-pkgrel=2
+pkgrel=3
_islver=0.24
pkgdesc="The GNU Compiler Collection for the ${_target} target."
arch=(i686 x86_64)
-license=('GPL-3.0-only WITH GCC-exception-2.0' 'GFDL-1.3-or-later')
+license=('GPL-3.0-only WITH GCC-exception-2.0 AND GFDL-1.3-or-later')
url="http://gcc.gnu.org"
depends=("${_target}-binutils" 'libmpc' 'elfutils')
options=('staticlibs' '!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs' '!strip')