summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian 'gonX' Jensen2023-12-05 17:51:16 +0100
committerSebastian 'gonX' Jensen2023-12-05 17:51:16 +0100
commitcf52bf7067de78cb404a2b686827586672dcba8c (patch)
tree797e7335aea25db6e047f32c1eba2c655d516c07 /PKGBUILD
parentaf78459e9783ccfc80d7e334a7dba40c0bf3b17d (diff)
downloadaur-cf52bf7067de78cb404a2b686827586672dcba8c.tar.gz
Specifically require .NET 6.0 packages
At the time of this commit, you will have conflicts when trying to install these It's tracked upstream at the following issue: https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-7.0/-/issues/1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e790475e32b..d3aafd842e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _pkgname=OpenTabletDriver
_lpkgname=opentabletdriver
_spkgname=otd
pkgver=0.6.3.0
-pkgrel=3
+pkgrel=4
pkgdesc="A cross-platform open source tablet driver"
arch=('x86_64')
url="https://opentabletdriver.net"
license=('LGPL3')
depends=('dotnet-runtime-6.0' 'gtk3' 'libevdev')
optdepends=('libxrandr: x11 display querying support' 'libx11')
-makedepends=('dotnet-sdk>=6.0')
+makedepends=('dotnet-sdk-6.0')
conflicts=('digimend-kernel-drivers-dkms-git' 'digimend-drivers-git-dkms' 'digimend-kernel-drivers-dkms' 'digimend-kernel-drivers')
install="notes.install"
# unified binary dotnet releases break when stripped see https://github.com/dotnet/runtime/issues/54947