summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumen2021-05-17 16:33:42 +0200
committerkumen2021-05-17 16:33:42 +0200
commit0a90288fd82e4a8246e09274961321d6c57638d1 (patch)
tree34a8cbda56432ad438eb98129d1c0dfddbb71358
parent451683b85fe437e5f289c50d3b6769d7376a8eec (diff)
downloadaur-0a90288fd82e4a8246e09274961321d6c57638d1.tar.gz
emBuild symlink added
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e4219fe3eb3..439b669a99ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = embedded-studio-risc-v
pkgdesc = Segger Embedded Studio for RISC-V
pkgver = 5.44
- pkgrel = 1
+ pkgrel = 2
url = https://www.segger.com/products/development-tools/embedded-studio/
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index c1af3c1ee28d..708cffcfdf0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="embedded-studio-risc-v"
pkgver=5.44
-pkgrel=1
+pkgrel=2
pkgdesc="Segger Embedded Studio for RISC-V"
arch=('x86_64' 'aarch64')
makedepends=()
@@ -38,6 +38,7 @@ package() {
msg2 'Instalation of binary file'
ln -s /opt/SEGGER/Embedded-Studio-RISC-V/bin/emStudio "${pkgdir}/usr/bin/emStudio-RISC-V"
+ ln -s /opt/SEGGER/Embedded-Studio-RISC-V/bin/emBuild "${pkgdir}/usr/bin/emBuild-RISC-V"
msg2 'Installing desktop shortcut and icon'
install -Dm 644 "${pkgdir}/opt/SEGGER/Embedded-Studio-RISC-V/bin/StudioIcon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"