Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent 3c2a11ccde
commit 1e551aa714
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ pkgbase = bino
pkgrel = 1 pkgrel = 1
url = https://bino3d.org/ url = https://bino3d.org/
arch = x86_64 arch = x86_64
license = GPL3 license = GPL-3.0-or-later
makedepends = cmake makedepends = cmake
makedepends = qt6-tools makedepends = qt6-tools
depends = qt6-multimedia depends = qt6-multimedia

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc='A video player with focus on 3D and Virtual Reality' pkgdesc='A video player with focus on 3D and Virtual Reality'
arch=('x86_64') arch=('x86_64')
url='https://bino3d.org/' url='https://bino3d.org/'
license=('GPL3') license=('GPL-3.0-or-later')
depends=('qt6-multimedia' 'qt6-svg' 'qvr') depends=('qt6-multimedia' 'qt6-svg' 'qvr')
makedepends=('cmake' 'qt6-tools') makedepends=('cmake' 'qt6-tools')
source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig}) source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig})