summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-09-12 15:33:06 -0400
committerAdam Goldsmith2020-09-12 15:33:23 -0400
commit88a51d523a610802d3d5433903fad2820fa85973 (patch)
tree9d17f1152fc1cd9805e861df4ec8390b8603086f
parent44671f540ff745e9756db39c775d1903e78b65c3 (diff)
downloadaur-88a51d523a610802d3d5433903fad2820fa85973.tar.gz
Bump version to 0.10.14, switch to new download location
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e60606c9ceec..b924a0240d9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sidequest-bin
pkgdesc = Easily sideload apps onto your standalone android VR headset
- pkgver = 0.10.11
+ pkgver = 0.10.14
pkgrel = 2
url = https://github.com/the-expanse/SideQuest
arch = x86_64
@@ -8,10 +8,11 @@ pkgbase = sidequest-bin
depends = gtk3
depends = libxss
depends = nss
+ provides = sidequest
conflicts = sidequest
- source = https://github.com/the-expanse/SideQuest/releases/download/v0.10.11/SideQuest-0.10.11.tar.xz
+ source = https://github.com/SideQuestVR/SideQuest/releases/download/v0.10.14/SideQuest-0.10.14.tar.xz
source = SideQuest.desktop
- md5sums = ef447b5b9fbd0f518a3719c0e6b0af74
+ md5sums = 728299a711b43ca869c82f6781ea9127
md5sums = 03297d2f1551ee6c9b11ac450bfdc55f
pkgname = sidequest-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5d695a82b6d3..561f8ad1f7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
pkgname=sidequest-bin
_pkgname=sidequest
-pkgver=0.10.11
+pkgver=0.10.14
pkgrel=2
pkgdesc="Easily sideload apps onto your standalone android VR headset"
arch=('x86_64')
url="https://github.com/the-expanse/SideQuest"
license=('MIT')
depends=(gtk3 libxss nss)
+provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("https://github.com/the-expanse/SideQuest/releases/download/v${pkgver}/SideQuest-${pkgver}.tar.xz"
+source=("https://github.com/SideQuestVR/SideQuest/releases/download/v${pkgver}/SideQuest-${pkgver}.tar.xz"
"SideQuest.desktop")
-md5sums=('ef447b5b9fbd0f518a3719c0e6b0af74'
+md5sums=('728299a711b43ca869c82f6781ea9127'
'03297d2f1551ee6c9b11ac450bfdc55f')
package() {