summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSin Kim2024-01-15 19:21:22 +0900
committerSin Kim2024-01-15 19:21:22 +0900
commit8ce205903bca23ea7c9d1a296595371ee32a649f (patch)
tree2dc964da783c1892bc264c5b6470d84476caf5ec
parent14c2d1648aece71c6e05141afdcb07dcff210b58 (diff)
downloadaur-8ce205903bca23ea7c9d1a296595371ee32a649f.tar.gz
checksums fixed
-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"