mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
v6.32i
This commit is contained in:
parent
b45fa1e38e
commit
a8e2891e6d
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Jul 5 16:39:03 UTC 2018
|
||||
# Tue Jul 24 15:42:05 UTC 2018
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.32h
|
||||
pkgver = 6.32i
|
||||
pkgrel = 0
|
||||
epoch = 12
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
|
|
@ -16,10 +16,10 @@ pkgbase = jlink-software-and-documentation
|
|||
conflicts = j-link-software-and-documentation
|
||||
replaces = j-link-software-and-documentation
|
||||
options = !strip
|
||||
source_i686 = JLink_Linux_632h_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V632h_i386.tgz
|
||||
md5sums_i686 = 435e176f33f0c695a4683572628980e4
|
||||
source_x86_64 = JLink_Linux_632h_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V632h_x86_64.tgz
|
||||
md5sums_x86_64 = 51547bb203436b9daaea9ee16df58ca1
|
||||
source_i686 = JLink_Linux_632i_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V632i_i386.tgz
|
||||
md5sums_i686 = 6c1c223c71991339cf8fbdfa5a89fd46
|
||||
source_x86_64 = JLink_Linux_632i_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V632i_x86_64.tgz
|
||||
md5sums_x86_64 = 99668fb60d26f9e5c2e248fe0654579a
|
||||
|
||||
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.32h
|
||||
pkgver=6.32i
|
||||
pkgrel=0
|
||||
epoch=12
|
||||
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=('435e176f33f0c695a4683572628980e4')
|
||||
md5sums_x86_64=('51547bb203436b9daaea9ee16df58ca1')
|
||||
md5sums_i686=('6c1c223c71991339cf8fbdfa5a89fd46')
|
||||
md5sums_x86_64=('99668fb60d26f9e5c2e248fe0654579a')
|
||||
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