summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChloƩ Dequeker2020-05-19 10:28:41 +0200
committerChloƩ Dequeker2020-05-19 10:28:41 +0200
commite285f47d533b3e5765b83f854302ff58761dae80 (patch)
tree55640c948a5a1703716a12d5586c0576349b89a3
parent08efa19852f141efede07bce0b9de43287ead9c3 (diff)
downloadaur-e285f47d533b3e5765b83f854302ff58761dae80.tar.gz
Update package version and add Biopython dependency
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 841b46af8cb9..ea4c5d6a4f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Mia Evans <contact@nelyah.eu>
pkgname=python-prody
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.10.10
+pkgrel=1
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=('python>=3.4' 'python2>=2.7' 'python-numpy>=1.10')
+depends=('python>=3.4' 'python2>=2.7' 'python-numpy>=1.10' 'python-biopython' 'python-scipy')
source=("https://github.com/prody/prody/archive/v${pkgver}.tar.gz")
-md5sums=('3e4e535b8a9c02aece3fe4ce22b79792')
+md5sums=('2c862e4320b57a083072ec7f95ac4790')
prepare(){
tar xzf v$pkgver.tar.gz