upgpkg: qvr 4.0.1-3

Fix wrong license
This commit is contained in:
Manuel 2022-11-09 17:56:28 +01:00
parent ace330850d
commit c9385d3189
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
pkgbase = qvr
pkgdesc = A library that makes writing Virtual Reality (VR) applications very easy
pkgver = 4.0.1
pkgrel = 2
pkgrel = 3
url = https://marlam.de/qvr/
arch = x86_64
license = GPL3
license = MIT
makedepends = cmake
depends = qt6-base
source = https://marlam.de/qvr/releases/qvr-4.0.1.tar.gz

View File

@ -2,11 +2,11 @@
pkgname=qvr
pkgver=4.0.1
pkgrel=2
pkgrel=3
pkgdesc='A library that makes writing Virtual Reality (VR) applications very easy'
arch=('x86_64')
url='https://marlam.de/qvr/'
license=('GPL3')
license=('MIT')
depends=('qt6-base')
makedepends=('cmake')
source=(https://marlam.de/qvr/releases/$pkgname-$pkgver.tar.gz{,.sig})