summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-10-14 21:27:44 -0400
committerAdam Goldsmith2020-10-14 21:27:44 -0400
commit05b840fbeaa1dbe0edf62f1276e68cec3c64965f (patch)
tree8416d8e494e741796b1fa22bb653cc07e27e9c1f
parent88a51d523a610802d3d5433903fad2820fa85973 (diff)
downloadaur-05b840fbeaa1dbe0edf62f1276e68cec3c64965f.tar.gz
Bump version to 0.10.16, update URL
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b924a0240d9f..c7cbf353c196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = sidequest-bin
pkgdesc = Easily sideload apps onto your standalone android VR headset
- pkgver = 0.10.14
+ pkgver = 0.10.16
pkgrel = 2
- url = https://github.com/the-expanse/SideQuest
+ url = https://github.com/SideQuestVR/SideQuest
arch = x86_64
license = MIT
depends = gtk3
@@ -10,9 +10,9 @@ pkgbase = sidequest-bin
depends = nss
provides = sidequest
conflicts = sidequest
- source = https://github.com/SideQuestVR/SideQuest/releases/download/v0.10.14/SideQuest-0.10.14.tar.xz
+ source = https://github.com/SideQuestVR/SideQuest/releases/download/v0.10.16/SideQuest-0.10.16.tar.xz
source = SideQuest.desktop
- md5sums = 728299a711b43ca869c82f6781ea9127
+ md5sums = 84ad2c381822db01bc8bacd20b940e6e
md5sums = 03297d2f1551ee6c9b11ac450bfdc55f
pkgname = sidequest-bin
diff --git a/PKGBUILD b/PKGBUILD
index 561f8ad1f7d4..681f88e64bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=sidequest-bin
_pkgname=sidequest
-pkgver=0.10.14
+pkgver=0.10.16
pkgrel=2
pkgdesc="Easily sideload apps onto your standalone android VR headset"
arch=('x86_64')
-url="https://github.com/the-expanse/SideQuest"
+url="https://github.com/SideQuestVR/SideQuest"
license=('MIT')
depends=(gtk3 libxss nss)
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("https://github.com/SideQuestVR/SideQuest/releases/download/v${pkgver}/SideQuest-${pkgver}.tar.xz"
"SideQuest.desktop")
-md5sums=('728299a711b43ca869c82f6781ea9127'
+md5sums=('84ad2c381822db01bc8bacd20b940e6e'
'03297d2f1551ee6c9b11ac450bfdc55f')
package() {