mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 09:43:48 +01:00
Version 6.00i
This commit is contained in:
parent
f0282024f6
commit
9f67fef822
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Sep 1 19:46:50 UTC 2016
|
||||
# Fri Sep 2 21:09:31 UTC 2016
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.00h
|
||||
pkgver = 6.00i
|
||||
pkgrel = 1
|
||||
epoch = 2
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
|
|
@ -14,10 +14,10 @@ pkgbase = jlink-software-and-documentation
|
|||
depends = glibc
|
||||
conflicts = j-link-software-and-documentation
|
||||
replaces = j-link-software-and-documentation
|
||||
source_i686 = JLink_Linux_600h_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V600h_i386.tgz
|
||||
md5sums_i686 = 178c73e819f4996095ad170f585b87b1
|
||||
source_x86_64 = JLink_Linux_600h_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V600h_x86_64.tgz
|
||||
md5sums_x86_64 = 9f9efc75f5c0a0e462cf65e83dfb7a67
|
||||
source_i686 = JLink_Linux_600i_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V600i_i386.tgz
|
||||
md5sums_i686 = 46a38358c298cc27c82ac8cba97c38b9
|
||||
source_x86_64 = JLink_Linux_600i_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V600i_x86_64.tgz
|
||||
md5sums_x86_64 = c2f1c1d2b130ac2eac54e98922f40c07
|
||||
|
||||
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.00h
|
||||
pkgver=6.00i
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
|
|
@ -12,8 +12,8 @@ groups=('jlink')
|
|||
depends=('glibc')
|
||||
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=('178c73e819f4996095ad170f585b87b1')
|
||||
md5sums_x86_64=('9f9efc75f5c0a0e462cf65e83dfb7a67')
|
||||
md5sums_i686=('46a38358c298cc27c82ac8cba97c38b9')
|
||||
md5sums_x86_64=('c2f1c1d2b130ac2eac54e98922f40c07')
|
||||
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