summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f3b9b70fc1..60fbe2940c02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = sidequest-bin
pkgdesc = Easily sideload apps onto your standalone android VR headset
pkgver = 0.10.18
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SideQuestVR/SideQuest
arch = x86_64
license = MIT
depends = gtk3
depends = libxss
depends = nss
+ depends = android-udev
provides = sidequest
conflicts = sidequest
source = https://github.com/SideQuestVR/SideQuest/releases/download/v0.10.18/SideQuest-0.10.18.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index aab3a80556ff..d4046bac7d33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=sidequest-bin
_pkgname=sidequest
pkgver=0.10.18
-pkgrel=1
+pkgrel=2
pkgdesc="Easily sideload apps onto your standalone android VR headset"
arch=('x86_64')
url="https://github.com/SideQuestVR/SideQuest"
license=('MIT')
-depends=(gtk3 libxss nss)
+depends=(gtk3 libxss nss android-udev)
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("https://github.com/SideQuestVR/SideQuest/releases/download/v${pkgver}/SideQuest-${pkgver}.tar.xz"