summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Mohr2016-04-10 13:01:54 +0200
committerChristoph Mohr2016-04-10 13:01:54 +0200
commit02c8ce6e3a52cd36b52432b15fc847713e5efa93 (patch)
tree7c54dc8b19d98d164c638fa0c737f679b92a2bb2
parent94069aaca92185afca5a80233eee049851242ee7 (diff)
downloadaur-02c8ce6e3a52cd36b52432b15fc847713e5efa93.tar.gz
update to new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f230c95ae289..a244ed9a22d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ovito
pkgdesc = OVITO is a scientific visualization and analysis software for atomistic simulation data.
- pkgver = 2.4.2
+ pkgver = 2.6.2
pkgrel = 1
url = http://www.ovito.org
arch = x86_64
arch = i686
license = GPL3
- source = http://sourceforge.net/projects/ovito/files/releases/2.4.2/ovito-2.4.2-.tar.gz
- md5sums = 8f4929044173bd61bc0b1caa56219ba3
+ source = http://www.ovito.org/download/2.6.2/ovito-2.6.2-x86_64.tar.gz
+ md5sums = f75d142736367d26e63eafbf31a1ceba
pkgname = ovito
diff --git a/PKGBUILD b/PKGBUILD
index d7b225b85f24..685141dcfd0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Jan Oliver Oelerich <janoliver[at]oelerich[dot]org>
+# Maintainer: AG_Caesar <caesar[at]drachenhain[dot]net>
pkgname=ovito
-pkgver=2.4.2
+pkgver=2.6.2
pkgrel=1
pkgdesc="OVITO is a scientific visualization and analysis software for atomistic simulation data."
url="http://www.ovito.org"
arch=('x86_64' 'i686')
license=('GPL3')
md5sums=('')
-source=("http://sourceforge.net/projects/$pkgname/files/releases/$pkgver/$pkgname-$pkgver-$CARCH.tar.gz")
+source=("http://www.ovito.org/download/$pkgver/$pkgname-$pkgver-$CARCH.tar.gz")
if [[ $CARCH = i686 ]];then
- md5sums[0]='172af4d4b6b6f834adca7e9bde8c29b8'
+ md5sums[0]='a111bac521bd350ce1049e785461002b'
else
- md5sums[0]='8f4929044173bd61bc0b1caa56219ba3'
+ md5sums[0]='f75d142736367d26e63eafbf31a1ceba'
fi
package() {
@@ -21,5 +21,3 @@ package() {
rm -rf LICENSE.txt README.txt
cp -dpr --no-preserve=ownership ./* ${pkgdir}/usr
}
-
-# vim:set ts=2 sw=2 et: