summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrianjlam2016-07-28 15:31:18 -0700
committerbrianjlam2016-07-28 15:31:18 -0700
commitce566fdadf0d79010adf0c2c18b5e4df6e07081d (patch)
treee986e6d9cf2cdfe21432e32a38a52bb1a4522a76
parent6a6faf81eb0fa534640b16184c91959f69d59ab1 (diff)
downloadaur-ce566fdadf0d79010adf0c2c18b5e4df6e07081d.tar.gz
Update 2.7.0
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 365aae40b6cb..70fe319186a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = ovito
depends = python
depends = qt5-svg
depends = ffmpeg2.8
- depends = mpfr
conflicts = ovito-git
source = http://www.ovito.org/download/2.7.0/ovito-2.7.0-x86_64.tar.gz
md5sums = 6ABF21EC650F5298BCA20B2EBA09645D
diff --git a/PKGBUILD b/PKGBUILD
index 87dab97e4ce7..82416589d649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,15 @@ 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')
+depends=('python' 'qt5-svg' 'ffmpeg2.8')
conflicts=('ovito-git')
md5sums=('')
source=("http://www.ovito.org/download/$pkgver/$pkgname-$pkgver-$CARCH.tar.gz")
if [[ $CARCH = i686 ]];then
- md5sums[0]='6ABF21EC650F5298BCA20B2EBA09645D'
+ md5sums[0]='6abf21ec650f5298bca20b2eba09645d'
else
- md5sums[0]='F8F5685F0D7E13A9F0AF96308FA16499'
+ md5sums[0]='f8f5685f0d7e13a9f0af96308fa16499'
fi
package() {