diff --git a/.SRCINFO b/.SRCINFO index fdae7bb..bec58a5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index e0a3b73..9820b8b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')