Adopt SPDX identifiers for license fields
This commit is contained in:
parent
4e12e2d5e5
commit
632339086d
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -3,7 +3,7 @@ pkgbase = obs-vkcapture
|
|||
pkgrel = 1
|
||||
url = https://github.com/nowrep/obs-vkcapture
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = gcc
|
||||
makedepends = cmake
|
||||
makedepends = vulkan-headers
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -5,7 +5,7 @@ pkgname=("$pkgbase" "lib32-$pkgbase")
|
|||
pkgver=1.5.0
|
||||
pkgrel=1
|
||||
url="https://github.com/nowrep/$pkgbase"
|
||||
license=('GPL2')
|
||||
license=('GPL-2.0-or-later')
|
||||
arch=('x86_64')
|
||||
depends=('vulkan-icd-loader' 'libgl' 'libegl' 'obs-studio>=27')
|
||||
makedepends=('gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'lib32-libgl' 'lib32-libegl')
|
||||
|
|
Loading…
Reference in a new issue