Skip to content

Commit cc92456

Browse files
committed
Change dependency to dotnet 7.0
1 parent 42a4d03 commit cc92456

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/artemisrgb-bin/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgbase = artemisrgb-bin
44
pkgdesc = A universal RGB control software
55
url = https://artemis-rgb.com/
66
arch = x86_64
7-
depends = dotnet-runtime-8.0
7+
depends = dotnet-runtime-7.0
88
depends = hicolor-icon-theme
99
depends = libc6
1010
depends = bash

packages/artemisrgb-bin/artemisrgb-bin.pacscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ arch=("x86_64")
77
provides=("artemisrgb")
88
conflicts=("artemisrgb" "artemisrgb-git")
99
license=("custom:PolyForm Noncommercial License 1.0.0")
10-
depends=("dotnet-runtime-8.0" "hicolor-icon-theme" "libc6" "bash" "zlib1g" "fontconfig" "libstdc++6")
10+
depends=("dotnet-runtime-7.0" "hicolor-icon-theme" "libc6" "bash" "zlib1g" "fontconfig" "libstdc++6")
1111
makedepends=("unzip")
1212
options=("staticlibs")
1313
source=("${pkgname}-${pkgver}.zip::https://updating.artemis-rgb.com/api/artifacts/3795832408")

srclist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ pkgbase = artemisrgb-bin
571571
pkgdesc = A universal RGB control software
572572
url = https://artemis-rgb.com/
573573
arch = x86_64
574-
depends = dotnet-runtime-8.0
574+
depends = dotnet-runtime-7.0
575575
depends = hicolor-icon-theme
576576
depends = libc6
577577
depends = bash

0 commit comments

Comments
 (0)