mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
Version 6.14b
This commit is contained in:
parent
464050cf3e
commit
80b9b33e65
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Mar 1 04:44:42 UTC 2017
|
||||
# Thu Mar 9 16:07:11 UTC 2017
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.14a
|
||||
pkgver = 6.14b
|
||||
pkgrel = 1
|
||||
epoch = 5
|
||||
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_614a_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V614a_i386.tgz
|
||||
md5sums_i686 = 3cad95820790cb1975f5dcd4ad37445c
|
||||
source_x86_64 = JLink_Linux_614a_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V614a_x86_64.tgz
|
||||
md5sums_x86_64 = 69be6de61cf8b63869118081645d3174
|
||||
source_i686 = JLink_Linux_614b_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V614b_i386.tgz
|
||||
md5sums_i686 = bc16f724c2e21d8129fdce05deb7c3aa
|
||||
source_x86_64 = JLink_Linux_614b_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V614b_x86_64.tgz
|
||||
md5sums_x86_64 = 2044da453ae12197f39f44bf5840f45d
|
||||
|
||||
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.14a
|
||||
pkgver=6.14b
|
||||
pkgrel=1
|
||||
epoch=5
|
||||
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=('3cad95820790cb1975f5dcd4ad37445c')
|
||||
md5sums_x86_64=('69be6de61cf8b63869118081645d3174')
|
||||
md5sums_i686=('bc16f724c2e21d8129fdce05deb7c3aa')
|
||||
md5sums_x86_64=('2044da453ae12197f39f44bf5840f45d')
|
||||
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