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 dcc12d0fbbec..cc3ed94c9471 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-datalad
pkgdesc = Keep code, data, containers under control with git and git-annex
- pkgver = 0.14.7
+ pkgver = 0.15.2
pkgrel = 1
url = https://github.com/datalad/datalad
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-datalad
depends = python-tqdm
depends = python-keyring
depends = python-gitpython
- source = datalad-0.14.7.tar.gz::https://github.com/datalad/datalad/archive/0.14.7.tar.gz
- sha512sums = 6372c7fa7913f1719e00cf870b638ee5555c33402cd4fc3c21c16b11875dc9e3701f74cf3ea582dfc7b2faae415d47fa3e557855c5ede3db9af7adcb61cfca45
+ source = datalad-0.15.2.tar.gz::https://github.com/datalad/datalad/archive/0.15.2.tar.gz
+ sha512sums = f0206855439c2d376172218ec6bf1ffa3277508256a5a49a2ec65a57bb5720e039481329c16459ed62eb1c9ed0126dc178ca34fa2c3b8dfdf8b8a0706a2b8658
pkgname = python-datalad
diff --git a/PKGBUILD b/PKGBUILD
index 5183b0894445..b7aac6428c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-datalad
_pkgname=datalad
-pkgver=0.14.7
+pkgver=0.15.2
pkgrel=1
pkgdesc='Keep code, data, containers under control with git and git-annex '
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'git-annex' 'python-msgpack' 'python-appdirs' 'python-simplejs
makedepends=('python-setuptools')
optdepends=()
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/datalad/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('6372c7fa7913f1719e00cf870b638ee5555c33402cd4fc3c21c16b11875dc9e3701f74cf3ea582dfc7b2faae415d47fa3e557855c5ede3db9af7adcb61cfca45')
+sha512sums=('f0206855439c2d376172218ec6bf1ffa3277508256a5a49a2ec65a57bb5720e039481329c16459ed62eb1c9ed0126dc178ca34fa2c3b8dfdf8b8a0706a2b8658')
build()
{