summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian 'gonX' Jensen2023-09-06 18:52:45 +0200
committerSebastian 'gonX' Jensen2023-09-06 18:52:47 +0200
commitb18a8562e0c1ebb7725a88c5354a3c2f55c3414a (patch)
treea7512b5350f8cbbdfedf26e678aa1b9ca3f5aa86 /PKGBUILD
parent5b0cb9e63720ff9cc88df09e8c1773bde0f054e5 (diff)
downloadaur-b18a8562e0c1ebb7725a88c5354a3c2f55c3414a.tar.gz
Remove dotnet-host as dependency
This is required by dotnet-runtime, so it should technically not be necessary to include
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 032f044f3fd6..3dc77c4650af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A cross-platform open source tablet driver"
arch=('x86_64')
url="https://opentabletdriver.net"
license=('LGPL3')
-depends=('dotnet-runtime-6.0' 'dotnet-host>=6.0' 'gtk3' 'libevdev')
+depends=('dotnet-runtime-6.0' 'gtk3' 'libevdev')
optdepends=('libxrandr: x11 display querying support' 'libx11')
makedepends=('dotnet-sdk>=6.0')
install="notes.install"