mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Correct URL download
This commit is contained in:
parent
82ce56c9f1
commit
7d268d2373
2 changed files with 6 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -7,7 +7,7 @@ pkgbase = jlink-software-and-documentation
|
|||
install = jlink-software-and-documentation.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
arch = arm
|
||||
arch = armv7h
|
||||
groups = jlink
|
||||
license = custom
|
||||
depends = glibc
|
||||
|
|
@ -21,7 +21,8 @@ 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
|
||||
source_armv7h = https://www.segger.com/downloads/JLink_Linux_arm.tgz
|
||||
md5sums_armv7h = 6e2ce839500ad83825e1123a09579f2d
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -6,16 +6,17 @@ pkgver=6.82e
|
|||
pkgrel=2
|
||||
epoch=29
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
arch=('i686' 'x86_64' 'armv7h')
|
||||
license=('custom')
|
||||
groups=('jlink')
|
||||
depends=('glibc' 'libudev0-shim')
|
||||
source_x86_64=("JLink_Linux_${pkgver/./}_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V${pkgver/./}_x86_64.tgz")
|
||||
source_i686=("JLink_Linux_${pkgver/./}_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V${pkgver/./}_i386.tgz")
|
||||
source_armv7h=("https://www.segger.com/downloads/JLink_Linux_arm.tgz")
|
||||
source=("99-jlink.rules.patch")
|
||||
md5sums_i686=('0b8458d06e293c1990b417c09b3dd0c1')
|
||||
md5sums_x86_64=('b51bfc45719c0c44a28e9338b5e6b743')
|
||||
md5sums_arm=('6e2ce839500ad83825e1123a09579f2d')
|
||||
md5sums_armv7h=('6e2ce839500ad83825e1123a09579f2d')
|
||||
md5sums=('a57d93b791581c1f36e4c672303bb85d')
|
||||
install=$pkgname.install
|
||||
url="https://www.segger.com/jlink-software.html"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue