summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlet2024-05-03 15:50:40 +0300
committerlet2024-05-03 15:50:40 +0300
commit13ce2da4fbafb0fc36b890fc744c4fbf0bda5b4f (patch)
tree7622cae2c2dfcb35ea4f03f3f8e177f7197a9e04
parent6551de6496a5bb28b430e37150c869407ac88a5a (diff)
downloadaur-13ce2da4fbafb0fc36b890fc744c4fbf0bda5b4f.tar.gz
add dotnet-runtime as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff28c5c334c6..a4b8de19edfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = stabilitymatrix
pkgdesc = Multi-Platform Package Manager for Stable Diffusion
pkgver = 2.10.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LykosAI/StabilityMatrix
arch = any
license = AGPL3
makedepends = dotnet-sdk
+ depends = dotnet-runtime
depends = libxcrypt-compat
options = !strip
source = zone.lykos.stabilitymatrix.png
diff --git a/PKGBUILD b/PKGBUILD
index 6567e9f59a9f..7e087eb780a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=stabilitymatrix
pkgver=2.10.2
-pkgrel=1
+pkgrel=2
pkgdesc='Multi-Platform Package Manager for Stable Diffusion'
arch=('any')
url='https://github.com/LykosAI/StabilityMatrix'
license=('AGPL3')
-depends=('libxcrypt-compat')
+depends=('dotnet-runtime' 'libxcrypt-compat')
makedepends=('dotnet-sdk')
options=('!strip')
source=(