summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-03 11:27:36 +0300
committerCaleb Maclennan2024-02-03 11:27:36 +0300
commitb2cf0fa23acefb8cd5d0d2dd5fe1b99b424c7a2d (patch)
tree612e9b760bb676ee511ecd04b319b899d39d5a5d
parenta46afa79ecfa164d55b8af15827fe560bf546728 (diff)
downloadaur-b2cf0fa23acefb8cd5d0d2dd5fe1b99b424c7a2d.tar.gz
upgpkg: python-datalad 0.19.6-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c783e560eee1..6f9c17962f4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-datalad
pkgdesc = Keep code, data, containers under control with git and git-annex
- pkgver = 0.19.5
- pkgrel = 2
+ pkgver = 0.19.6
+ pkgrel = 1
url = https://github.com/datalad/datalad
arch = any
license = MIT
@@ -40,7 +40,7 @@ pkgbase = python-datalad
optdepends = python-dateutil: support for more date formats
optdepends = python-requests-ftp: extra downloaders
optdepends = python-pyperclip: clipboard manipulations
- source = https://github.com/datalad/datalad/archive/0.19.5/datalad-0.19.5.tar.gz
- sha256sums = bb5cd9b520e7e7de5c42a6895cbafcd6f28b10fc7bbedcbc004546b6c75cc834
+ source = https://github.com/datalad/datalad/archive/0.19.6/datalad-0.19.6.tar.gz
+ sha256sums = df36f677ca359356c2113956597016455d3328035f72759efda8778c776ff553
pkgname = python-datalad
diff --git a/PKGBUILD b/PKGBUILD
index d373a0a8a7c0..f3dedae7ab08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=datalad
pkgname=python-$_pkgname
-pkgver=0.19.5
-pkgrel=2
+pkgver=0.19.6
+pkgrel=1
pkgdesc='Keep code, data, containers under control with git and git-annex'
arch=(any)
url="https://github.com/datalad/$_pkgname"
@@ -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=('bb5cd9b520e7e7de5c42a6895cbafcd6f28b10fc7bbedcbc004546b6c75cc834')
+sha256sums=('df36f677ca359356c2113956597016455d3328035f72759efda8778c776ff553')
build() {
cd "$_archive"