upgpkg: qvr 4.0.1-3
Fix wrong license
This commit is contained in:
parent
56a975a6fb
commit
221489813e
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue