upgpkg: qvr 4.0.1-2
Fix wrong description and URL
This commit is contained in:
parent
39efcecb36
commit
ace330850d
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
pkgbase = qvr
|
||||
pkgdesc = 3D video player with multi-display support
|
||||
pkgdesc = A library that makes writing Virtual Reality (VR) applications very easy
|
||||
pkgver = 4.0.1
|
||||
pkgrel = 1
|
||||
url = https://bino3d.org/
|
||||
pkgrel = 2
|
||||
url = https://marlam.de/qvr/
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
makedepends = cmake
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
pkgname=qvr
|
||||
pkgver=4.0.1
|
||||
pkgrel=1
|
||||
pkgdesc='3D video player with multi-display support'
|
||||
pkgrel=2
|
||||
pkgdesc='A library that makes writing Virtual Reality (VR) applications very easy'
|
||||
arch=('x86_64')
|
||||
url='https://bino3d.org/'
|
||||
url='https://marlam.de/qvr/'
|
||||
license=('GPL3')
|
||||
depends=('qt6-base')
|
||||
makedepends=('cmake')
|
||||
|
|
Loading…
Reference in a new issue