Use SPDX license indentifier
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,14 +1,14 @@
|
||||
pkgbase = fish-git
|
||||
pkgdesc = User friendly shell intended mostly for interactive use.
|
||||
pkgver = 3.7.0.r1420.g776895274
|
||||
pkgver = 3.7.1.r2151.g75da00df9
|
||||
pkgrel = 1
|
||||
epoch = 2
|
||||
url = http://fishshell.com
|
||||
url = https://github.com/fish-shell/fish-shell
|
||||
install = fish.install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
arch = arm
|
||||
license = GPL2
|
||||
license = GPL-2.0-or-later
|
||||
checkdepends = expect
|
||||
checkdepends = procps-ng
|
||||
makedepends = cargo
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -7,13 +7,13 @@
|
||||
|
||||
pkgname=fish-git
|
||||
_gitname="fish-shell"
|
||||
pkgver=3.7.0.r1420.g776895274
|
||||
pkgver=3.7.1.r2151.g75da00df9
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgdesc="User friendly shell intended mostly for interactive use."
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url="http://fishshell.com"
|
||||
license=('GPL2')
|
||||
url="https://github.com/fish-shell/fish-shell"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
'glibc'
|
||||
'ncurses'
|
||||
|
||||
Reference in New Issue
Block a user