summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMia Evans2017-11-28 00:15:18 +0100
committerMia Evans2017-11-28 00:15:18 +0100
commitecbe167fe8caec11df22a3c084a318d1eca6acf6 (patch)
tree4ee2c18d17f3b7c9ca2b8ba3ab1d5fd591c1f6ad
parent83dfb85fe6cb93ebe9625d3e98c778ab01a3f461 (diff)
downloadaur-ecbe167fe8caec11df22a3c084a318d1eca6acf6.tar.gz
adding a comment and modifying a dependancy from python to python3
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80be490481dc..0a1b8e677b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc='For protein structural dynamics analysis.'
arch=('any')
url='http://prody.csb.pitt.edu/'
license=('MIT')
-depends=('python>=3.4' 'python2>=2.7' 'python-numpy>=1.10')
+# Only either one of the python version is required
+depends=('python3>=3.4' 'python2>=2.7' 'python-numpy>=1.10')
source=("https://github.com/prody/prody/archive/v${pkgver}.tar.gz")
md5sums=('3e4e535b8a9c02aece3fe4ce22b79792')