summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2010eb5c0d2..dba18e9f1c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -40,6 +40,6 @@ pkgbase = python-datalad
optdepends = python-pyperclip: clipboard manipulations
optdepends = python-dateutil: support for more date formats
source = https://github.com/datalad/datalad/archive/0.19.5/datalad-0.19.5.tar.gz
- sha256sums = 1006752f48698d6954113c68738c501e1d0d0bb5abe34bdc30089543c887742e
+ sha256sums = bb5cd9b520e7e7de5c42a6895cbafcd6f28b10fc7bbedcbc004546b6c75cc834
pkgname = python-datalad
diff --git a/PKGBUILD b/PKGBUILD
index 6fee8813e70b..a4cb396c0d97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ optdepends=('python-requests-ftp: extra downloaders'
'python-dateutil: support for more date formats')
_archive="$_pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('1006752f48698d6954113c68738c501e1d0d0bb5abe34bdc30089543c887742e')
+sha256sums=('bb5cd9b520e7e7de5c42a6895cbafcd6f28b10fc7bbedcbc004546b6c75cc834')
build() {
cd "$_archive"