mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
v6.46k
This commit is contained in:
parent
a1abcfe20a
commit
996f1b4ccd
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 6.46j
|
||||
pkgver = 6.46k
|
||||
pkgrel = 1
|
||||
epoch = 17
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
|
|
@ -14,10 +14,10 @@ pkgbase = jlink-software-and-documentation
|
|||
conflicts = j-link-software-and-documentation
|
||||
replaces = j-link-software-and-documentation
|
||||
options = !strip
|
||||
source_i686 = JLink_Linux_646j_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V646j_i386.tgz
|
||||
md5sums_i686 = e8103fdbe8cfe5d068481c58b799e5dd
|
||||
source_x86_64 = JLink_Linux_646j_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V646j_x86_64.tgz
|
||||
md5sums_x86_64 = a92a8194239089985dfbaa04abe1a8f0
|
||||
source_i686 = JLink_Linux_646k_i686.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V646k_i386.tgz
|
||||
md5sums_i686 = 470001e983b1025f5f5d2fda863b1548
|
||||
source_x86_64 = JLink_Linux_646k_x86_64.tgz::https://www.segger.com/downloads/jlink/JLink_Linux_V646k_x86_64.tgz
|
||||
md5sums_x86_64 = 1346700488ab2526296057d5597b2c75
|
||||
|
||||
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.46j
|
||||
pkgver=6.46k
|
||||
pkgrel=1
|
||||
epoch=17
|
||||
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=('e8103fdbe8cfe5d068481c58b799e5dd')
|
||||
md5sums_x86_64=('a92a8194239089985dfbaa04abe1a8f0')
|
||||
md5sums_i686=('470001e983b1025f5f5d2fda863b1548')
|
||||
md5sums_x86_64=('1346700488ab2526296057d5597b2c75')
|
||||
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