summarylogtreecommitdiffstats
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
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
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df4cb4993812..3972949b261b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = opentabletdriver
license = LGPL3
makedepends = dotnet-sdk>=6.0
depends = dotnet-runtime-6.0
- depends = dotnet-host>=6.0
depends = gtk3
depends = libevdev
optdepends = libxrandr: x11 display querying support
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"