summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoeLava2020-04-09 12:02:41 +0700
committerMoeLava2020-04-09 12:02:41 +0700
commit0ef19a96eb07fc8337768197e5866796a3f99af0 (patch)
tree3988cb2dce4db87f85fe39b5065a7657d2f5f3ad /PKGBUILD
parentf50262222276a9c6a6d666c6b75f83c7e7ad1440 (diff)
downloadaur-0ef19a96eb07fc8337768197e5866796a3f99af0.tar.gz
Update dependencies
Adds libevdev and removes libxtst from required dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de56d8830e69..fba5584d1400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=opentabletdriver-git
_pkgname=OpenTabletDriver
_lpkgname=opentabletdriver
-pkgver=v0.2.0.rc1.r19.ga9997c6
+pkgver=v0.2.0.rc1.r29.gc536b8f
pkgrel=2
pkgdesc="A cross-platform open source tablet driver"
arch=('x86_64')
url="https://github.com/InfinityGhost/OpenTabletDriver"
license=('GPL')
-depends=('dotnet-runtime>=3.0' 'dotnet-host>=3.0' 'fontconfig' 'libxrandr' 'libx11' 'libxtst')
+depends=('dotnet-runtime>=3.0' 'dotnet-host>=3.0' 'fontconfig' 'libevdev' 'libxrandr' 'libx11')
makedepends=('git' 'dotnet-sdk>=3.0')
provides=("opentabletdriver")
conflicts=("opentabletdriver")