summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2021-08-08 19:42:20 -0400
committerLiam Timms2021-08-08 19:42:20 -0400
commitb5dc13bef0205ad3bd29323b80665464d47dff30 (patch)
tree95836fbb73c7babc1d398ae3d2960249504377d8
parent6a029abb0b8b5b2ca6eded95d983af3726ad0b46 (diff)
downloadaur-b5dc13bef0205ad3bd29323b80665464d47dff30.tar.gz
version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edf100a1ced5..dcc12d0fbbec 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.3
+ pkgver = 0.14.7
pkgrel = 1
url = https://github.com/datalad/datalad
arch = any
@@ -28,8 +28,7 @@ pkgbase = python-datalad
depends = python-tqdm
depends = python-keyring
depends = python-gitpython
- source = datalad-0.14.3.tar.gz::https://github.com/datalad/datalad/archive/0.14.3.tar.gz
- sha512sums = 2c4f4433069380e753c0f2f161793f6c6cf98c47acdbcdc1d510f4e6795bebb81fc19a41b78db8581038f91704d1b32918c50a4a71f9d2895139c1690b88e972
+ source = datalad-0.14.7.tar.gz::https://github.com/datalad/datalad/archive/0.14.7.tar.gz
+ sha512sums = 6372c7fa7913f1719e00cf870b638ee5555c33402cd4fc3c21c16b11875dc9e3701f74cf3ea582dfc7b2faae415d47fa3e557855c5ede3db9af7adcb61cfca45
pkgname = python-datalad
-
diff --git a/PKGBUILD b/PKGBUILD
index 60dafdf318e1..5183b0894445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-datalad
_pkgname=datalad
-pkgver=0.14.3
+pkgver=0.14.7
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=('2c4f4433069380e753c0f2f161793f6c6cf98c47acdbcdc1d510f4e6795bebb81fc19a41b78db8581038f91704d1b32918c50a4a71f9d2895139c1690b88e972')
+sha512sums=('6372c7fa7913f1719e00cf870b638ee5555c33402cd4fc3c21c16b11875dc9e3701f74cf3ea582dfc7b2faae415d47fa3e557855c5ede3db9af7adcb61cfca45')
build()
{