mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
v6.30d
This commit is contained in:
parent
fe7c8e7f93
commit
fcb5e7d405
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Feb 9 17:07:20 UTC 2018
|
||||
# Fri Feb 16 15:40:09 UTC 2018
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.30c
|
||||
pkgver = 6.30d
|
||||
pkgrel = 0
|
||||
epoch = 11
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
|
|
@ -15,10 +15,10 @@ pkgbase = jlink-software-and-documentation
|
|||
depends = libudev0-shim
|
||||
conflicts = j-link-software-and-documentation
|
||||
replaces = j-link-software-and-documentation
|
||||
source_i686 = JLink_Linux_630c_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V630c_i386.tgz
|
||||
md5sums_i686 = a5567a8c6e65693505fa8a90d597c3c1
|
||||
source_x86_64 = JLink_Linux_630c_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V630c_x86_64.tgz
|
||||
md5sums_x86_64 = 05808f8a80c3618a3cb918ccabc017d8
|
||||
source_i686 = JLink_Linux_630d_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V630d_i386.tgz
|
||||
md5sums_i686 = a61d1550352645ad99e4595439907a01
|
||||
source_x86_64 = JLink_Linux_630d_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V630d_x86_64.tgz
|
||||
md5sums_x86_64 = 1fdb61e1a8f9300ba3af2d4755076681
|
||||
|
||||
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.30c
|
||||
pkgver=6.30d
|
||||
pkgrel=0
|
||||
epoch=11
|
||||
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=('a5567a8c6e65693505fa8a90d597c3c1')
|
||||
md5sums_x86_64=('05808f8a80c3618a3cb918ccabc017d8')
|
||||
md5sums_i686=('a61d1550352645ad99e4595439907a01')
|
||||
md5sums_x86_64=('1fdb61e1a8f9300ba3af2d4755076681')
|
||||
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