summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff272330339b..a4cfb96a9f96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scikit-bio
pkgdesc = Python package providing data structures, algorithms, and educational resources for bioinformatics
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/biocore/scikit-bio
arch = x86_64
license = BSD
@@ -20,6 +20,7 @@ pkgbase = python-scikit-bio
depends = python-matplotlib
depends = python-requests
depends = python-cachecontrol
+ depends = python-msgpack
options = !emptydirs
source = https://github.com/biocore/scikit-bio/archive/0.5.1.tar.gz
md5sums = f5cb304ea29e50851c242f70bf4c8316
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=()