summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorvonPalitroque2019-09-25 11:44:50 -0400
committervonPalitroque2019-09-25 11:44:50 -0400
commita2bf3b08981b12ce5d913996755a990fe4c0b9c3 (patch)
treefcb754d8b27d5031108ff7b86ce4535a94419d64 /.SRCINFO
parentfde6de5d4f4eb1f19554220b1052671faf278ccb (diff)
downloadaur-a2bf3b08981b12ce5d913996755a990fe4c0b9c3.tar.gz
Added optional dependency to C++ library.
Added optional dependency to C++ library.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b82dff7549be..ba3e53b576a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msp430-elf-gcc
pkgdesc = The GNU Compiler Collection for the msp430-elf target.
pkgver = 9.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = msp430-elf-gcc
depends = libmpc
depends = elfutils
depends = zlib
+ optdepends = msp430-elf-libstdc++: C++ standard library support
provides = msp430-elf-gcc-stage1
conflicts = msp430-elf-gcc-stage1
replaces = msp430-elf-gcc-stage1