mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
fix typo
This commit is contained in:
parent
20dcd39ff3
commit
ce6739ce43
2 changed files with 6 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.88b
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
epoch = 32
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
install = jlink-software-and-documentation.install
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=6.88b
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=32
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64' 'armv7h')
|
||||
|
|
@ -96,6 +96,10 @@ package(){
|
|||
install -Dm644 "JFlashExe.desktop" "${pkgdir}/usr/share/applications/"
|
||||
install -Dm644 "JFlashLiteExe.desktop" "${pkgdir}/usr/share/applications/"
|
||||
install -Dm644 "JLinkConfigExe.desktop" "${pkgdir}/usr/share/applications/"
|
||||
install -Dm644 "JLinkExe.desktop" "${pkgdir}/usr/share/applications/"
|
||||
install -Dm644 "JLinkGUIServerExe.desktop" "${pkgdir}/usr/share/applications/"
|
||||
install -Dm644 "JRunExe.desktop" "${pkgdir}/usr/share/applications/"
|
||||
install -Dm644 "JMemExe.desktop" "${pkgdir}/usr/share/applications/"
|
||||
install -Dm644 "JLink.svg" "${pkgdir}/usr/share/pixmaps/JLink.svg"
|
||||
|
||||
cd "${srcdir}/JLink"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue