mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
v6.46c
This commit is contained in:
parent
68d00b03a5
commit
4eff316c54
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.46b
|
||||
pkgver = 6.46c
|
||||
pkgrel = 0
|
||||
epoch = 17
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
|
|
@ -14,10 +14,10 @@ pkgbase = jlink-software-and-documentation
|
|||
conflicts = j-link-software-and-documentation
|
||||
replaces = j-link-software-and-documentation
|
||||
options = !strip
|
||||
source_i686 = JLink_Linux_646b_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V646b_i386.tgz
|
||||
md5sums_i686 = dc6bd535220ca32c17edffef97ca9d9a
|
||||
source_x86_64 = JLink_Linux_646b_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V646b_x86_64.tgz
|
||||
md5sums_x86_64 = c7e2c91715e95b9b52d20e110aa73150
|
||||
source_i686 = JLink_Linux_646c_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V646c_i386.tgz
|
||||
md5sums_i686 = ee35d71c62a658aee9757e45e7601780
|
||||
source_x86_64 = JLink_Linux_646c_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V646c_x86_64.tgz
|
||||
md5sums_x86_64 = 0da8d0c8d488f36cc57b3e66bbf6a9ff
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: pzl <alsoelp at gmail dot com>
|
||||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=6.46b
|
||||
pkgver=6.46c
|
||||
pkgrel=0
|
||||
epoch=17
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
|
|
@ -12,8 +12,8 @@ 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")
|
||||
md5sums_i686=('dc6bd535220ca32c17edffef97ca9d9a')
|
||||
md5sums_x86_64=('c7e2c91715e95b9b52d20e110aa73150')
|
||||
md5sums_i686=('ee35d71c62a658aee9757e45e7601780')
|
||||
md5sums_x86_64=('0da8d0c8d488f36cc57b3e66bbf6a9ff')
|
||||
install=$pkgname.install
|
||||
url="https://www.segger.com/jlink-software.html"
|
||||
conflicts=("j-link-software-and-documentation")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue