summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian 'gonX' Jensen2022-11-14 22:35:31 +0100
committerSebastian 'gonX' Jensen2022-11-14 22:35:31 +0100
commit24b31630b6f204b1fc7be3ab7d2a354c9b383c87 (patch)
tree92bd11ce4572d15ebade9005bab1e200d8946157
parent5d907d11855710dddf11c89cbe87bb0368697cba (diff)
downloadaur-24b31630b6f204b1fc7be3ab7d2a354c9b383c87.tar.gz
Require dotnet-runtime-6.0 instead
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 090581c70a7f..e505bed3c47c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="A cross-platform open source tablet driver"
arch=('x86_64')
url="https://github.com/OpenTabletDriver/OpenTabletDriver"
license=('LGPL3')
-depends=('dotnet-runtime>=6.0.4' 'dotnet-host>=6.0' 'gtk3' 'libevdev')
+depends=('dotnet-runtime-6.0' 'dotnet-host>=6.0' 'gtk3' 'libevdev')
optdepends=('libxrandr: x11 display querying support' 'libx11')
makedepends=('git' 'dotnet-sdk>=6.0')
provides=("opentabletdriver")