mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/python-blosc to 1.5.1-1
This commit is contained in:
parent
f17f679e4c
commit
f3618dd879
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgbase=python-blosc
|
||||
pkgname=('python2-blosc' 'python-blosc')
|
||||
pkgver=1.5.0
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -15,7 +15,7 @@ license=('MIT')
|
|||
makedepends=('python-setuptools' 'python2-setuptools' 'blosc')
|
||||
source=("https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz"
|
||||
'python-blosc-alt-arch.patch')
|
||||
md5sums=('c5cb0cbb4520d5f9badf5d266dfa7cb9'
|
||||
md5sums=('36efec20fac80cb44b1f9c907a9d98c4'
|
||||
'fabfde4dbf9e796ee620416ebd13b8da')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue