summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Mohr2016-04-10 14:45:55 +0200
committerChristoph Mohr2016-04-10 14:45:55 +0200
commit8c05285c8c9e85dcc7eb2fd962f49a30d2abc79c (patch)
tree17a18b251de390b071b50d96b579199c0bdd9165
parent2e027dbf458b34495b185097bfb29562f76399ab (diff)
downloadaur-8c05285c8c9e85dcc7eb2fd962f49a30d2abc79c.tar.gz
added dependencies
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43631f1d3d6f..335761915ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ pkgdesc="A scientific visualization and analysis software for atomistic simulati
url="http://www.ovito.org"
arch=('x86_64' 'i686')
license=('GPL3')
+depends=('python' 'qt5-svg' 'ffmpeg2.8' 'mpfr')
+conflicts=('ovito-git')
md5sums=('')
source=("http://www.ovito.org/download/$pkgver/$pkgname-$pkgver-$CARCH.tar.gz")