summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-03-18 20:02:26 +0300
committerViktor Drobot2021-03-18 20:02:26 +0300
commit1baebaeb8adb089e24b10e003ff6bbb2dfbb841f (patch)
treee5637cd1ae52db83194e8dcf88d0cfade3f49fd3
parent9f18cc64cb379622f8fbc8c11e1ff118f2b6e385 (diff)
downloadaur-1baebaeb8adb089e24b10e003ff6bbb2dfbb841f.tar.gz
Fix deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45a7ce8a2c17..b1dc227e08f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-pdb2pqr
depends = python-propka>=3.2
depends = python-pandas>=1.0
depends = python-pytest>=5.4.1
+ depends = python-mmcif-pdbx>=1.1.2
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/p/pdb2pqr/pdb2pqr-3.1.0.tar.gz
sha256sums = a6f5e2eefbd8bd2a072a89ee4026977de02dadd56e921095afac88d596b63820
diff --git a/PKGBUILD b/PKGBUILD
index 4802c3024617..d66323a2233c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Automates many of the common tasks of preparing structures for continuu
arch=(any)
url="http://pypi.python.org/pypi/${_name}"
license=(BSD)
-depends=('python>=3.5' 'python-propka>=3.2' 'python-pandas>=1.0' 'python-pytest>=5.4.1')
+depends=('python>=3.5' 'python-propka>=3.2' 'python-pandas>=1.0' 'python-pytest>=5.4.1' 'python-mmcif-pdbx>=1.1.2')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('a6f5e2eefbd8bd2a072a89ee4026977de02dadd56e921095afac88d596b63820')
options=(!emptydirs)