mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
Version 6.12i
This commit is contained in:
parent
acae42a243
commit
b483b045f0
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Jan 28 20:23:50 UTC 2017
|
||||
# Tue Feb 14 17:13:06 UTC 2017
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.12g
|
||||
pkgver = 6.12i
|
||||
pkgrel = 1
|
||||
epoch = 4
|
||||
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_612g_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V612g_i386.tgz
|
||||
md5sums_i686 = 290c0cf68d7915bf2290d6e66c7596c6
|
||||
source_x86_64 = JLink_Linux_612g_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V612g_x86_64.tgz
|
||||
md5sums_x86_64 = 84bf93d058df87b903dc77da4ffdf0f2
|
||||
source_i686 = JLink_Linux_612i_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V612i_i386.tgz
|
||||
md5sums_i686 = ce267fc446fb5704ea677c8f092a755e
|
||||
source_x86_64 = JLink_Linux_612i_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V612i_x86_64.tgz
|
||||
md5sums_x86_64 = bddc110c82afeabb99136373e218a8eb
|
||||
|
||||
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.12g
|
||||
pkgver=6.12i
|
||||
pkgrel=1
|
||||
epoch=4
|
||||
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=('290c0cf68d7915bf2290d6e66c7596c6')
|
||||
md5sums_x86_64=('84bf93d058df87b903dc77da4ffdf0f2')
|
||||
md5sums_i686=('ce267fc446fb5704ea677c8f092a755e')
|
||||
md5sums_x86_64=('bddc110c82afeabb99136373e218a8eb')
|
||||
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