summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4cfb96a9f96..f47f66428551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-scikit-bio
pkgdesc = Python package providing data structures, algorithms, and educational resources for bioinformatics
- pkgver = 0.5.1
+ pkgver = 0.5.5
pkgrel = 2
url = https://github.com/biocore/scikit-bio
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = python-scikit-bio
depends = python-cachecontrol
depends = python-msgpack
options = !emptydirs
- source = https://github.com/biocore/scikit-bio/archive/0.5.1.tar.gz
- md5sums = f5cb304ea29e50851c242f70bf4c8316
+ source = https://github.com/biocore/scikit-bio/archive/0.5.5.tar.gz
+ md5sums = e8ec41366d9eeda9bce3ec43c2af1159
pkgname = python-scikit-bio
diff --git a/PKGBUILD b/PKGBUILD
index 4d0946ddedc1..025595927e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fabio Zanini <fabio.zanini _at_ fastmail.fm>
pkgname='python-scikit-bio'
-pkgver=0.5.1
+pkgver=0.5.5
pkgrel=2
pkgdesc="Python package providing data structures, algorithms, and educational resources for bioinformatics"
arch=('x86_64')
@@ -15,7 +15,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://github.com/biocore/scikit-bio/archive/${pkgver}.tar.gz")
-md5sums=('f5cb304ea29e50851c242f70bf4c8316')
+md5sums=('e8ec41366d9eeda9bce3ec43c2af1159')
package() {
cd "$srcdir/scikit-bio-$pkgver"