mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Added ARM version
This commit is contained in:
parent
482e7232e4
commit
82ce56c9f1
2 changed files with 4 additions and 1 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -7,6 +7,7 @@ pkgbase = jlink-software-and-documentation
|
|||
install = jlink-software-and-documentation.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
arch = arm
|
||||
groups = jlink
|
||||
license = custom
|
||||
depends = glibc
|
||||
|
|
@ -20,6 +21,7 @@ pkgbase = jlink-software-and-documentation
|
|||
md5sums_i686 = 0b8458d06e293c1990b417c09b3dd0c1
|
||||
source_x86_64 = JLink_Linux_682e_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V682e_x86_64.tgz
|
||||
md5sums_x86_64 = b51bfc45719c0c44a28e9338b5e6b743
|
||||
md5sums_arm = 6e2ce839500ad83825e1123a09579f2d
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -6,7 +6,7 @@ pkgver=6.82e
|
|||
pkgrel=2
|
||||
epoch=29
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
license=('custom')
|
||||
groups=('jlink')
|
||||
depends=('glibc' 'libudev0-shim')
|
||||
|
|
@ -15,6 +15,7 @@ source_i686=("JLink_Linux_${pkgver/./}_i686.tgz::https://www.segger.com/download
|
|||
source=("99-jlink.rules.patch")
|
||||
md5sums_i686=('0b8458d06e293c1990b417c09b3dd0c1')
|
||||
md5sums_x86_64=('b51bfc45719c0c44a28e9338b5e6b743')
|
||||
md5sums_arm=('6e2ce839500ad83825e1123a09579f2d')
|
||||
md5sums=('a57d93b791581c1f36e4c672303bb85d')
|
||||
install=$pkgname.install
|
||||
url="https://www.segger.com/jlink-software.html"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue