summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlet2024-04-14 21:51:27 +0300
committerlet2024-04-14 21:51:27 +0300
commitf9b7ab8fe6721ded31b231a9577ca76651532be6 (patch)
treeabf252480e730cb8a08443f3395c7b3e6b18a3b3
parent5239cdb1696f9d980cda3a482e22179ddf32e8e7 (diff)
downloadaur-f9b7ab8fe6721ded31b231a9577ca76651532be6.tar.gz
update to 2.10.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85920045afd8..64cd11bed12e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stabilitymatrix
pkgdesc = Multi-Platform Package Manager for Stable Diffusion
- pkgver = 2.10.0
+ pkgver = 2.10.1
pkgrel = 1
url = https://github.com/LykosAI/StabilityMatrix
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 900e80f89da3..d07ccbb6c2c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please note that this is my first AUR package ever, let me know if I made any mistakes or you have any improvements.
pkgname=stabilitymatrix
-pkgver=2.10.0
+pkgver=2.10.1
pkgrel=1
pkgdesc='Multi-Platform Package Manager for Stable Diffusion'
arch=('any')
@@ -22,9 +22,9 @@ sha256sums=(
prepare() {
# dotnet apparently needs explicitly git cloning to build, it doesn't work with downloading the source code tarball from the release.
- # Please contribute if you know a better way to do this.
- [ -e "$srcdir/StabilityMatrix" ] && rm -rf "$srcdir/StabilityMatrix"
- git clone https://github.com/LykosAI/StabilityMatrix --branch "v$pkgver"
+ # Please contribute if you know a better way to do this.
+ [ -e "$srcdir/StabilityMatrix" ] && rm -rf "$srcdir/StabilityMatrix"
+ git clone https://github.com/LykosAI/StabilityMatrix --branch "v$pkgver"
}
build() {
@@ -37,7 +37,7 @@ package() {
mv "$srcdir/StabilityMatrix/out" "${pkgdir}/opt/$pkgname"
# Make a Data directory so that choosing portable mode doesn't error.
- mkdir -m777 "$pkgdir/opt/$pkgname/Data"
+ mkdir -m777 "$pkgdir/opt/$pkgname/Data"
# Desktop file and icon
install -Dm644 "zone.lykos.stabilitymatrix.desktop" "${pkgdir}/usr/share/applications/zone.lykos.stabilitymatrix.desktop"