summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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.