summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17ebd36a3cb7..38ed5bb0669f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spinvis
pkgdesc = A visualization program for spins.
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sciapp/spinvis
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = spinvis
depends = python-gr-framework
depends = python-numpy
depends = python-pyqt5
+ optdepends = povray: povray render support
source = https://github.com/sciapp/spinvis/archive/v0.2.0.tar.gz
source = https://raw.githubusercontent.com/sciapp/spinvis/v0.2.0/icon.png
sha256sums = c9eb2e9384dab43dc092d376a426f1c6c5bca7d7ffad36ade961fb78ed687354
diff --git a/PKGBUILD b/PKGBUILD
index 1075976b4f2e..10680eb3ddf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname="spinvis"
pkgver="0.2.0"
-pkgrel="1"
+pkgrel="2"
pkgdesc="A visualization program for spins."
arch=("any")
url="https://github.com/sciapp/spinvis"
license=("MIT")
depends=("python" "python-gr-framework" "python-numpy" "python-pyqt5")
makedepends=("python-setuptools")
+optdepends=("povray: povray render support")
source=("https://github.com/sciapp/spinvis/archive/v${pkgver}.tar.gz"
"https://raw.githubusercontent.com/sciapp/spinvis/v${pkgver}/icon.png")
sha256sums=("c9eb2e9384dab43dc092d376a426f1c6c5bca7d7ffad36ade961fb78ed687354"