summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-09-12 15:29:48 -0400
committerAdam Goldsmith2020-09-12 15:29:48 -0400
commit107130af3bbb7e007407eefcaecba9c54856e806 (patch)
treee30d065af2b0b2babe40b2c333f720f8f1263712
parent06bda07f910e72b4f55a4f4fe2e3e7815e3ea27a (diff)
downloadaur-107130af3bbb7e007407eefcaecba9c54856e806.tar.gz
Bump version, switch to new upstream repository location
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dd8887f316c..dc8f85b90d3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = sidequest-git
pkgdesc = A tool to help simplify getting content onto Oculus Quest, Go, and other VR headsets.
- pkgver = v0.8.7.67.g57b97b7
+ pkgver = v0.10.14.10.gd3ef55b
pkgrel = 1
url = https://sidequestvr.com/
arch = any
license = MIT
makedepends = yarn
depends = electron4
+ provides = sidequest
+ conflicts = sidequest
options = !strip
- source = git+https://github.com/the-expanse/SideQuest
+ source = git+https://github.com/SideQuestVR/SideQuest
source = sidequest
source = openUrl-fix.patch
source = SideQuest.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 87c0c3ce81ce..9ba533f39e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sidequest-git
_pkgname=SideQuest
-pkgver=v0.8.7.67.g57b97b7
+pkgver=v0.10.14.10.gd3ef55b
pkgrel=1
pkgdesc="A tool to help simplify getting content onto Oculus Quest, Go, and other VR headsets."
arch=('any')
@@ -10,8 +10,10 @@ url="https://sidequestvr.com/"
license=('MIT')
depends=(electron4)
makedepends=(yarn)
+provides=(sidequest)
+conflicts=(sidequest)
options=(!strip)
-source=("git+https://github.com/the-expanse/SideQuest"
+source=("git+https://github.com/SideQuestVR/SideQuest"
"sidequest"
"openUrl-fix.patch"
"SideQuest.desktop")