summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpozar2015-11-22 13:33:28 +0100
committerpozar2015-11-22 13:33:28 +0100
commit5817d203531c23206f24b7f1c70f39816e799c19 (patch)
tree3fcf38d00c169600a682d8cf2b38999d307de95c
parentf301794753e0222550fb405fa6809b79e7b1aaa1 (diff)
downloadaur-5817d203531c23206f24b7f1c70f39816e799c19.tar.gz
Cosmetics
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130f4039b84a..25a259f37e78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pynbody-git
pkgdesc = Pynbody is a light-weight, portable, format-transparent analysis framework for N-body and hydrodynamic astrophysical simulations.
- pkgver = 2103.8f64329
+ pkgver = 2139.dd026fd
pkgrel = 1
url = http://pynbody.github.io/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 26b7b96675b6..f8099dfaa5a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=pynbody
_gitbranch=master
pkgname="python-${_gitname}-git"
pkgdesc='Pynbody is a light-weight, portable, format-transparent analysis framework for N-body and hydrodynamic astrophysical simulations.'
-pkgver=2103.8f64329
+pkgver=2139.dd026fd
pkgrel=1
url="http://pynbody.github.io/"
license=('MIT')
@@ -13,9 +13,9 @@ depends=('python>=3.3'
'python-numpy'
'python-scipy')
makedepends=('git'
- 'cython>=0.2')
+ 'cython>=0.2')
optdepends=('python-matplotlib: plotting pynbody built-in plots'
- 'ipython: makes using python much easier')
+ 'ipython: makes using python much easier')
source=("${_gitname}::git://github.com/pynbody/${_gitname}.git#branch=${_gitbranch}")
md5sums=('SKIP')