summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton2019-05-24 03:32:28 +0300
committerAnton2019-05-24 03:32:28 +0300
commit325e4b07dd38f4dc3778cc8e80a9ff9c1fa0222e (patch)
treec4495d6a63b6e7b9388fb47ccfe343d4c2a63178 /PKGBUILD
parentf433ae135f6fec16df63e2910b7f0b6d579eb12e (diff)
downloadaur-325e4b07dd38f4dc3778cc8e80a9ff9c1fa0222e.tar.gz
Fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c1a35dd6f63..9ea654c4f207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='gamess'
pkgver=2018R3
-pkgrel=1
+pkgrel=2
pkgdesc="The General Atomic and Molecular Electronic Structure System"
arch=('x86_64')
url="http://www.msg.ameslab.gov/GAMESS/GAMESS.html"
license=('custom')
-depends=('gcc-fortran' 'tcsh' 'openblas-lapack')
-makedepends=('python' 'python-jinja')
+depends=('tcsh' 'openblas-lapack' 'python')
+makedepends=('python-jinja')
install=${pkgname}.install
# You have to get the package from the official website and put into the current directory.