summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-06-11 17:47:30 +0200
committerHector Mtz-Seara2017-06-11 17:47:30 +0200
commit580d0f401bb373dd75032d730ac5099b2d97736e (patch)
tree9ff318c6ec980ef65a718e9a9c9e409523d1ff55
parent0c369712434d983ed705f45d190ecf6bb66f10b1 (diff)
downloadaur-580d0f401bb373dd75032d730ac5099b2d97736e.tar.gz
Added python2-networkx required dependence
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ee7d9bd86f7..efadaec007cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python2-mdanalysis
pkgdesc = an object-oriented python toolkit to analyze molecular dynamics trajectories generated by CHARMM, Gromacs, NAMD, LAMMPS, or Amber.
pkgver = 0.16.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.mdanalysis.org/
arch = i686
arch = x86_64
license = GPL
+ depends = python2-networkx
depends = python2-griddataformats
depends = python2-scipy
depends = python2-matplotlib
diff --git a/PKGBUILD b/PKGBUILD
index 1fc4eaaa7f17..990bd8e043ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Submiter: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python2-mdanalysis
pkgver=0.16.1
-pkgrel=1
+pkgrel=2
pkgdesc="an object-oriented python toolkit to analyze molecular dynamics trajectories generated by CHARMM, Gromacs, NAMD, LAMMPS, or Amber."
url="http://www.mdanalysis.org/"
license=("GPL")
arch=('i686' 'x86_64')
-depends=('python2-griddataformats' 'python2-scipy' 'python2-matplotlib' 'python2-netcdf4' 'python2-biopython')
+depends=('python2-networkx' 'python2-griddataformats' 'python2-scipy' 'python2-matplotlib' 'python2-netcdf4' 'python2-biopython')
source=(https://github.com/MDAnalysis/mdanalysis/archive/release-$pkgver.tar.gz)