mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 22:29:29 +01:00
Fix group
This commit is contained in:
parent
f088f61d61
commit
ec359304bb
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Jan 22 15:56:06 UTC 2016
|
||||
# Fri Jan 22 16:13:12 UTC 2016
|
||||
pkgbase = jlink-software-and-documentation
|
||||
pkgdesc = Segger JLink software & documentation pack for Linux
|
||||
pkgver = 5.10h
|
||||
pkgrel = 5
|
||||
pkgrel = 6
|
||||
url = https://www.segger.com/jlink-software.html
|
||||
install = jlink-software-and-documentation.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
groups = jlink-tools
|
||||
groups = jlink
|
||||
license = custom
|
||||
depends = glibc
|
||||
conflicts = j-link-software-and-documentation
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
pkgname=jlink-software-and-documentation
|
||||
pkgver=5.10h
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Segger JLink software & documentation pack for Linux"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
groups=('jlink-tools')
|
||||
groups=('jlink')
|
||||
depends=('glibc')
|
||||
source_x86_64=("JLink_Linux_${pkgver/./}_x86_64.tgz::https://www.segger.com/jlink-software.html?step=1&file=JLinkLinuxTGZ64_${pkgver/./}")
|
||||
source_i686=("JLink_Linux_${pkgver/./}_i686.tgz::https://www.segger.com/jlink-software.html?step=1&file=JLinkLinuxTGZ32_${pkgver/./}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue