Use SPDX license indentifier

This commit is contained in:
Akatsuki Rui
2024-07-07 11:41:08 +08:00
parent 106beaf86d
commit e5382ada9c
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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'