summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Maftei2021-02-15 20:37:17 +0200
committerDan Maftei2021-02-15 20:37:17 +0200
commit4c520a45870765711d7411ff040980313f3e7810 (patch)
tree84b8525ea6d3bcc6d7f446c4108f9a9db31416d5
parent9d6989553bab7ee05c43d560b159147e42a5fc73 (diff)
downloadaur-4c520a45870765711d7411ff040980313f3e7810.tar.gz
Updated to 6.7 & fixed AMBER binaries install
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01953d5793ad..0d4fb0c09bb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = molden
pkgdesc = A program for molecular and electronic structure visualization
- pkgver = 6.5
+ pkgver = 6.7
pkgrel = 1
url = http://www.cmbi.ru.nl/molden/
arch = i686
@@ -17,8 +17,8 @@ pkgbase = molden
optdepends = openbabel: to create 2D images of the molecules in a .sdf file
optdepends = wget: to fetch PDB from rcsb.org
provides = molden
- source = ftp://ftp.cmbi.umcn.nl/pub/molgraph/molden/molden6.5.tar.gz
- md5sums = 97bfffd55e166ca3a9fbddee111993ff
+ source = ftp://ftp.cmbi.umcn.nl/pub/molgraph/molden/molden6.7.tar.gz
+ md5sums = 65d2f8fbdb2800e48bb0e12c814dfcd5
pkgname = molden
diff --git a/PKGBUILD b/PKGBUILD
index f3eeaf70c9c3..69f1e2ad8a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Maftei <dan.maftei@gmail.com>
pkgname="molden"
-pkgver=6.5
+pkgver=6.7
pkgrel=1
pkgdesc="A program for molecular and electronic structure visualization"
arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@ source=(
"ftp://ftp.cmbi.umcn.nl/pub/molgraph/molden/$pkgname$pkgver.tar.gz"
)
noextract=()
-md5sums=('97bfffd55e166ca3a9fbddee111993ff')
+md5sums=('65d2f8fbdb2800e48bb0e12c814dfcd5')
build() {
cd "molden$pkgver"
@@ -48,10 +48,8 @@ build() {
package() {
cd "molden$pkgver"
- install -t "$pkgdir/usr/bin/" -Dm755 bin/{molden,gmolden}
- install -t "$pkgdir/usr/lib/$pkgname/" -Dm755 src/ambfor/ambfor src/ambfor/ambmd src/surf/surf
+ install -t "$pkgdir/usr/bin/" -Dm755 bin/{molden,gmolden,ambfor,ambmd,surf}
install -t "$pkgdir/usr/share/doc/$pkgname" -Dm755 doc/figures.ps.Z doc/manual.ps.Z doc/manual.txt.Z
install -t "$pkgdir/usr/share/licenses/$pkgname/" -Dm755 CopyRight COMMERCIAL_LICENSE REGISTER
}
-