summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2025-04-01 22:06:35 +0800
committerlilac2025-04-01 22:06:35 +0800
commit67fe737640e769fdced280377a7a996e13071c0b (patch)
tree154fca9b3fcff9a3cd53238a3ac0106f6c3ca599 /PKGBUILD
parent936385d400381e1c6360aab72041302f84b78bf8 (diff)
downloadaur-67fe737640e769fdced280377a7a996e13071c0b.tar.gz
[lilac] updated to 1.32.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86886be011b2..34e38d35d321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=krita-ai-diffusion
pkgver=1.32.0
-pkgrel=2
+pkgrel=3
pkgdesc="A plugin to use generative AI in image painting and editing workflows from within Krita"
arch=('any')
url="https://github.com/Acly/krita-ai-diffusion"
@@ -29,6 +29,10 @@ source=("${pkgname}::git+${url}.git#tag=v${pkgver}"
sha256sums=('9b1730cce23be9abcde207e6185936ed347a5bbb785519b62e3f476dbbdf536f'
'3cdb6f448e78ae8bcfe4427d6a7b44a732b375366aa52dd4aaceb11f328edaf0')
+# If `git lfs install` was run before, `makepkg` may error
+# Set this env var to resolve
+export GIT_LFS_SKIP_SMUDGE=1
+
prepare() {
# The plugin itself will run inside Krita's embedded Python,
# and only has access to the Python standard library and Qt5