summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSin Kim2024-03-12 16:36:28 +0900
committerSin Kim2024-03-12 16:36:28 +0900
commit85c834070405c80a79df1cd64891e04f52028234 (patch)
tree9056578d9b37dc661b1eec5504fb7869ee6b17de
parent64a351090a303c857c45848f298da493ea333357 (diff)
downloadaur-85c834070405c80a79df1cd64891e04f52028234.tar.gz
checksum fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f9c17962f4c..59436b20b2e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -41,6 +41,6 @@ pkgbase = python-datalad
optdepends = python-requests-ftp: extra downloaders
optdepends = python-pyperclip: clipboard manipulations
source = https://github.com/datalad/datalad/archive/0.19.6/datalad-0.19.6.tar.gz
- sha256sums = df36f677ca359356c2113956597016455d3328035f72759efda8778c776ff553
+ sha256sums = 13c8cadbb925384816497e1a1571b890bd30a1feba64b39a3bccf294f7e165e0
pkgname = python-datalad
diff --git a/PKGBUILD b/PKGBUILD
index f3dedae7ab08..a22446d233ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ optdepends=('python-argcomplete: optional CLI completion'
'python-pyperclip: clipboard manipulations')
_archive="$_pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('df36f677ca359356c2113956597016455d3328035f72759efda8778c776ff553')
+sha256sums=('13c8cadbb925384816497e1a1571b890bd30a1feba64b39a3bccf294f7e165e0')
build() {
cd "$_archive"