summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabio Zanini2017-06-10 19:49:31 -0700
committerFabio Zanini2017-06-10 19:49:31 -0700
commitf923a277b16ff04a1ee7a450ad4ec83e7e57c487 (patch)
tree0a62e64e9968a7e7f60cd1e52c8c16135f6778eb /PKGBUILD
parent944d560122fd4f7586bad5f8deaadc3a118428c5 (diff)
downloadaur-f923a277b16ff04a1ee7a450ad4ec83e7e57c487.tar.gz
python-msgpack to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10193f06b28f..4d0946ddedc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Fabio Zanini <fabio.zanini _at_ fastmail.fm>
pkgname='python-scikit-bio'
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python package providing data structures, algorithms, and educational resources for bioinformatics"
arch=('x86_64')
url="https://github.com/biocore/scikit-bio"
license=('BSD')
groups=()
-depends=('python' 'python-future' 'python-decorator' 'python-six' 'python-contextlib2' 'python-natsort' 'python-bz2file' 'python-lockfile' 'python-pandas' 'python-scipy' 'python-numpy' 'python-matplotlib' 'python-requests' 'python-cachecontrol')
+depends=('python' 'python-future' 'python-decorator' 'python-six' 'python-contextlib2' 'python-natsort' 'python-bz2file' 'python-lockfile' 'python-pandas' 'python-scipy' 'python-numpy' 'python-matplotlib' 'python-requests' 'python-cachecontrol' 'python-msgpack')
makedepends=('python-setuptools')
conflicts=()
replaces=()