summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpeykious2022-03-10 08:00:27 +0100
committerSpeykious2022-03-10 08:00:27 +0100
commitb8f2232276a8c81842fd61db95c55ad6a2e1e4b1 (patch)
tree63efdcaf1d8d56c47f94f42607b70f4c1c9265aa
parentbda55e78f4fdd2534892ae8aea802f13976dd337 (diff)
downloadaur-b8f2232276a8c81842fd61db95c55ad6a2e1e4b1.tar.gz
Use 5.0-bin dotnet packages
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00bb9941fe9c..6751da074034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='The open source VTuber software toolkit. ❤'
arch=('i686' 'x86_64')
url='https://github.com/vignette-project/vignette'
license=('Non-Profit OSL')
-depends=('dotnet-runtime>=5' 'ffmpeg' 'libgl' 'libgeotiff' 'opencv')
-makedepends=('git' 'dotnet-sdk>=5' 'dotnet-targeting-pack>=5' 'netstandard-targeting-pack>=5')
+depends=('dotnet-runtime-5.0-bin' 'ffmpeg' 'libgl' 'libgeotiff' 'opencv')
+makedepends=('git' 'dotnet-sdk-5.0-bin' 'dotnet-targeting-pack-5.0-bin')
#provides=("${pkgname%-git}")
#conflicts=("${pkgname%-git}")
#options=('!strip')