summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMia Evans2017-11-28 09:03:59 +0100
committerMia Evans2017-11-28 09:03:59 +0100
commit663d7f54a51bf9c025ce9263c5126f76e3c11a89 (patch)
tree8fd7277782c01960b6b355dac642e2fd4f994a44
parentc283b80d8accd50098fcacd237237c98316f16b1 (diff)
downloadaur-663d7f54a51bf9c025ce9263c5126f76e3c11a89.tar.gz
changing dependancy from python3>=3.4 to python>=3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f842231de84..4380331a34e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python-prody
pkgdesc = For protein structural dynamics analysis.
pkgver = 1.9.3
- pkgrel = 1
+ pkgrel = 2
url = http://prody.csb.pitt.edu/
arch = any
license = MIT
- depends = python3>=3.4
+ depends = python>=3.4
depends = python2>=2.7
depends = python-numpy>=1.10
source = https://github.com/prody/prody/archive/v1.9.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0a1b8e677b79..f612aa11a14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-prody
pkgver=1.9.3
-pkgrel=1
+pkgrel=2
pkgdesc='For protein structural dynamics analysis.'
arch=('any')
url='http://prody.csb.pitt.edu/'
license=('MIT')
# Only either one of the python version is required
-depends=('python3>=3.4' 'python2>=2.7' 'python-numpy>=1.10')
+depends=('python>=3.4' 'python2>=2.7' 'python-numpy>=1.10')
source=("https://github.com/prody/prody/archive/v${pkgver}.tar.gz")
md5sums=('3e4e535b8a9c02aece3fe4ce22b79792')