summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Meyer2020-10-20 12:41:18 +0200
committerIngo Meyer2020-10-20 12:41:18 +0200
commit291a1a73ec5abc109bee9652ec44160264bd9a10 (patch)
tree1df1259e9bb5900d6806911f22a5a5cc0b0a858b
parent16bdc1b494dcf87fa84528c8a0416317967c7fc3 (diff)
downloadaur-291a1a73ec5abc109bee9652ec44160264bd9a10.tar.gz
Add `povray` as an optional dependency
-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"