summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-12-12 15:55:56 +0100
committerAlexander F. Rødseth2022-12-12 15:56:28 +0100
commit273ed8ed2ebb2e395694ad9fefbc0526083aeb89 (patch)
tree437121c1ba6ba8b5f1ae09372358f8449deec531
parent33029a16b2e99c1843c3abebc159fbff1471a375 (diff)
downloadaur-273ed8ed2ebb2e395694ad9fefbc0526083aeb89.tar.gz
Minor changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a2fe3025336..16a9779adfcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stable-diffusion-intel
pkgdesc = Image generator that uses stable diffusion, vino (Intel CPU) and includes "txt2img"
pkgver = 20220908
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bes-dev/stable_diffusion.openvino
arch = x86_64
license = Apache2
diff --git a/PKGBUILD b/PKGBUILD
index 2b90e9ede9ca..d634c253c8e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
+# Maintainer:
+# Contributor: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=stable-diffusion-intel
pkgver=20220908
-pkgrel=1
+pkgrel=2
pkgdesc='Image generator that uses stable diffusion, vino (Intel CPU) and includes "txt2img"'
arch=(x86_64)
url='https://github.com/bes-dev/stable_diffusion.openvino'