summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2015-08-05 18:45:06 -0600
committerRich Li2015-08-05 18:45:06 -0600
commitac2153bb65421fe6c4621aedc68190e861f54873 (patch)
tree39b661cf81459196508ce442f7a2038c29e2ee78
parent38494e254127fbde930c05b3a66b254c35cddf9d (diff)
downloadaur-ac2153bb65421fe6c4621aedc68190e861f54873.tar.gz
Update to version 0.5.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 136ae1d7e024..a9d8a9a9d448 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-xray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://pypi.python.org/pypi/xray
arch = any
@@ -13,10 +13,10 @@ pkgbase = python2-xray
optdepends = python2-bottleneck: Faster NaN operations
optdepends = python2-cyordereddict: Speed up most internal operations
optdepends = python2-scipy: OPeNDAP support
- source = https://github.com/xray/xray/archive/v0.5.1.tar.gz
- md5sums = 5db1bc8ec91995adfd9a7edb5e99ed60
- sha1sums = 8d102654c56c12d7d6e6ace75bff12cc4eb92b4b
- sha256sums = 44e419a27981c91bed6bdd1ba6751cba5c0ac3be5071f9e505cf0fa3c0d0fe34
+ source = https://github.com/xray/xray/archive/v0.5.2.tar.gz
+ md5sums = f8a57e915c8d778c560173df862be5d5
+ sha1sums = a57ee0b5b127000bf46064cb55958b9c63a5282f
+ sha256sums = 0dfaa1092f4881faf38758abfb7b676cfeb6830658794fa2316b064c9bee28be
pkgname = python2-xray
diff --git a/PKGBUILD b/PKGBUILD
index d572ec69d7e2..91354e648d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python2-xray'
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="N-D labeled arrays and datasets in Python"
url="https://pypi.python.org/pypi/xray"
@@ -16,9 +16,9 @@ checkdepends=('python2-nose')
#source=(https://pypi.python.org/packages/source/x/xray/xray-"$pkgver".tar.gz)
# I'm using the Github source instead of the PyPI source since the Github source includes the data files used for testing
source=(https://github.com/xray/xray/archive/v"$pkgver".tar.gz)
-md5sums=('5db1bc8ec91995adfd9a7edb5e99ed60')
-sha1sums=('8d102654c56c12d7d6e6ace75bff12cc4eb92b4b')
-sha256sums=('44e419a27981c91bed6bdd1ba6751cba5c0ac3be5071f9e505cf0fa3c0d0fe34')
+md5sums=('f8a57e915c8d778c560173df862be5d5')
+sha1sums=('a57ee0b5b127000bf46064cb55958b9c63a5282f')
+sha256sums=('0dfaa1092f4881faf38758abfb7b676cfeb6830658794fa2316b064c9bee28be')
build() {
cd "$srcdir/xray-$pkgver"