mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
v6.30b
This commit is contained in:
parent
7fc254ca1e
commit
31fdb6254d
2 changed files with 11 additions and 11 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,10 +1,10 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Jan 30 18:59:53 UTC 2018
|
||||
# Sat Feb 3 23:34:31 UTC 2018
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.30
|
||||
pkgver = 6.30b
|
||||
pkgrel = 0
|
||||
epoch = 10
|
||||
epoch = 11
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
install = jlink-software-and-documentation.install
|
||||
arch = i686
|
||||
|
|
@ -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_630_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V630_i386.tgz
|
||||
md5sums_i686 = 8aa669a1e326a14f72c651c5d0c18443
|
||||
source_x86_64 = JLink_Linux_630_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V630_x86_64.tgz
|
||||
md5sums_x86_64 = afa1bd7a57992b3b2a2748d4db699047
|
||||
source_i686 = JLink_Linux_630b_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V630b_i386.tgz
|
||||
md5sums_i686 = 76655bc423a7723b9e075d516d68d149
|
||||
source_x86_64 = JLink_Linux_630b_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V630b_x86_64.tgz
|
||||
md5sums_x86_64 = 160b5ff5c54e34bfa102f080885bcddc
|
||||
|
||||
pkgname = jlink-software-and-documentation
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: pzl <alsoelp at gmail dot com>
|
||||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=6.30
|
||||
pkgver=6.30b
|
||||
pkgrel=0
|
||||
epoch=10
|
||||
epoch=11
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
|
|
@ -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=('8aa669a1e326a14f72c651c5d0c18443')
|
||||
md5sums_x86_64=('afa1bd7a57992b3b2a2748d4db699047')
|
||||
md5sums_i686=('76655bc423a7723b9e075d516d68d149')
|
||||
md5sums_x86_64=('160b5ff5c54e34bfa102f080885bcddc')
|
||||
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