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