summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2020-11-21 11:24:40 -0500
committerAdam Goldsmith2020-11-21 11:24:40 -0500
commit3a8dbb3edcdf412be4041134cf2c83a43b0d61e8 (patch)
tree98349f58327c2165c4f4079149cc2cf5773c1f3d /PKGBUILD
parent2b11a83e34ddc9559cab5d17df6c0b6ab1fab14e (diff)
downloadaur-3a8dbb3edcdf412be4041134cf2c83a43b0d61e8.tar.gz
Add android-udev dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"