upgpkg: qvr 4.1.0-1
upstream release
This commit is contained in:
parent
a5596d493b
commit
781a975379
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,16 +1,16 @@
|
||||||
pkgbase = qvr
|
pkgbase = qvr
|
||||||
pkgdesc = A library that makes writing Virtual Reality (VR) applications very easy
|
pkgdesc = A library that makes writing Virtual Reality (VR) applications very easy
|
||||||
pkgver = 4.0.2
|
pkgver = 4.1.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://marlam.de/qvr/
|
url = https://marlam.de/qvr/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
depends = qt6-base
|
depends = qt6-base
|
||||||
source = https://marlam.de/qvr/releases/qvr-4.0.2.tar.gz
|
source = https://marlam.de/qvr/releases/qvr-4.1.0.tar.gz
|
||||||
source = https://marlam.de/qvr/releases/qvr-4.0.2.tar.gz.sig
|
source = https://marlam.de/qvr/releases/qvr-4.1.0.tar.gz.sig
|
||||||
validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34
|
validpgpkeys = 2F61B4828BBA779AECB3F32703A2A4AB1E32FD34
|
||||||
sha512sums = 9c973ee15f87026ef30dabc7a1cabcaac7cf2cfce8720434935db136e0352c749b448fc1036dd8242dc124c28d596aea13b3fd43840adbf330c892e2dffabc69
|
sha512sums = 609b706f06d21668db85dbdc282a1b86931ba380c0044e2918bbcd11903748ccc83579d9790dcf372ea8ebc7c86daa6810f12a43b8d7fc941b32b17f34c0b716
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = qvr
|
pkgname = qvr
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||||
|
|
||||||
pkgname=qvr
|
pkgname=qvr
|
||||||
pkgver=4.0.2
|
pkgver=4.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A library that makes writing Virtual Reality (VR) applications very easy'
|
pkgdesc='A library that makes writing Virtual Reality (VR) applications very easy'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -10,7 +10,7 @@ license=('MIT')
|
||||||
depends=('qt6-base')
|
depends=('qt6-base')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
source=(https://marlam.de/qvr/releases/$pkgname-$pkgver.tar.gz{,.sig})
|
source=(https://marlam.de/qvr/releases/$pkgname-$pkgver.tar.gz{,.sig})
|
||||||
sha512sums=('9c973ee15f87026ef30dabc7a1cabcaac7cf2cfce8720434935db136e0352c749b448fc1036dd8242dc124c28d596aea13b3fd43840adbf330c892e2dffabc69'
|
sha512sums=('609b706f06d21668db85dbdc282a1b86931ba380c0044e2918bbcd11903748ccc83579d9790dcf372ea8ebc7c86daa6810f12a43b8d7fc941b32b17f34c0b716'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')
|
validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue