summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dd04ead158a..6f81cd0fbbee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nucleistudioide
pkgdesc = Nuclei Studio IDE 是基于 MCU Eclipse IDE 开发的一款针对芯来公司处理器核产品的集成开发环境工具,用于 RISC-V 开发继承了 Eclipse IDE 平台的各种优势。
pkgver = 202102
- pkgrel = 7
+ pkgrel = 8
url = https://www.nucleisys.com/download.php
arch = x86_64
license = unknow
depends = java-runtime
depends = jlink-software-and-documentation
- optdepends = nuclei-gcc
- optdepends = nuclei-openocd
+ depends = nuclei-gcc
+ depends = nuclei-openocd
options = !strip
source = https://www.nucleisys.com/upload/files/nucleistudio/NucleiStudio_IDE_202102-lin64.tgz
sha256sums = a005671317725f33e177d2ba9272cd77e0c04ef3d28c7cf8de4565c3f83b651e
diff --git a/PKGBUILD b/PKGBUILD
index 04851367a0fd..16e46c6bb962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=nucleistudioide
pkgver=202102
-pkgrel=7
+pkgrel=8
pkgdesc="Nuclei Studio IDE 是基于 MCU Eclipse IDE 开发的一款针对芯来公司处理器核产品的集成开发环境工具,用于 RISC-V 开发继承了 Eclipse IDE 平台的各种优势。"
arch=("x86_64")
makedepends=()
-depends=('java-runtime' 'jlink-software-and-documentation')
-optdepends=('nuclei-gcc' 'nuclei-openocd')
+depends=('java-runtime' 'jlink-software-and-documentation' 'nuclei-gcc' 'nuclei-openocd')
+optdepends=()
conflicts=()
url="https://www.nucleisys.com/download.php"
license=('unknow')
@@ -23,6 +23,8 @@ package() {
install -d -m755 "${pkgdir}/opt/nuclei"
tar zxf "NucleiStudio_IDE_${pkgver}-lin64.tgz"
rm -rf "NucleiStudio_IDE_${pkgver}/NucleiStudio/jre"
+ rm -rf "NucleiStudio_IDE_${pkgver}/NucleiStudio/toolchain/openocd"
+ rm -rf "NucleiStudio_IDE_${pkgver}/NucleiStudio/toolchain/gcc"
mv "${srcdir}/NucleiStudio_IDE_${pkgver}/NucleiStudio" "${pkgdir}/opt/nuclei"