summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorglaumar2024-04-29 15:05:09 +0800
committerglaumar2024-04-29 15:05:09 +0800
commit25cf43e9d4e5dbe96d3abc2767c96165344a9bc9 (patch)
tree5e799381bddb16df4df48c918c08f0fb2b4b0168
parent75a0417638265024a8c234ca96be12933cb72e5e (diff)
downloadaur-25cf43e9d4e5dbe96d3abc2767c96165344a9bc9.tar.gz
Update to v0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785b3730534c..73a0353c9f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qrookie-vrp
pkgdesc = Download and install Quest games from ROOKIE Public Mirror
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/glaumar/QRookie
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qrookie-vrp
depends = qcoro-qt6
depends = kirigami
provides = qrookie
- source = https://github.com/glaumar/QRookie/archive/refs/tags/v0.2.2.tar.gz
- sha256sums = c169a67015829ee805fea7aa6644f16362aa4c1a898cdee55f93dd5b1c3e982a
+ source = https://github.com/glaumar/QRookie/archive/refs/tags/v0.2.3.tar.gz
+ sha256sums = 3897c54e2a14cc6c9b221a502e56ea3ae04da9d611a21422cd806fcde9834d5b
pkgname = qrookie-vrp
diff --git a/PKGBUILD b/PKGBUILD
index dd8da1c58884..5b126e3fadc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Glaumar git@geekgo.tech
pkgname=qrookie-vrp
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc='Download and install Quest games from ROOKIE Public Mirror'
arch=('x86_64')
@@ -20,7 +20,7 @@ depends=(hicolor-icon-theme
makedepends=(cmake extra-cmake-modules)
provides=(qrookie)
source=("https://github.com/glaumar/QRookie/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('c169a67015829ee805fea7aa6644f16362aa4c1a898cdee55f93dd5b1c3e982a')
+sha256sums=('3897c54e2a14cc6c9b221a502e56ea3ae04da9d611a21422cd806fcde9834d5b')
build() {
cmake -B build -S "QRookie-${pkgver}" -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr'