summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexei Colin2020-07-18 02:31:53 -0400
committerAlexei Colin2020-07-18 02:31:53 -0400
commit7dd3415d6e1607d96797de0b63ccf3dcc103323c (patch)
tree562a4b97318ae67e7d7c9248d94a24e4323f13cc /PKGBUILD
parentf68bf820bcda14dfd7e11b957916f12f6d66a39b (diff)
downloadaur-7dd3415d6e1607d96797de0b63ccf3dcc103323c.tar.gz
conflicts with ccstudio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 018a9cff0454..a9351200afb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=('custom')
# lib32-glibc needed for the installer
makedepends=('lib32-glibc' 'lib32-fakeroot')
-
-optdepends=('ccstudio')
+#optdepends=('ccstudio')
+conflicts=('ccstudio') # current package ships with toolchains
_installer=ti_cgt_msp430_${pkgver}_linux_installer_x86.bin
source=("http://software-dl.ti.com/codegen/esd/cgt_public_sw/MSP430/${pkgver}/${_installer}")