summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-29 15:54:50 +0300
committerCaleb Maclennan2023-06-29 15:54:50 +0300
commite2b953c622f0c863b7484cd844f91fbe010647d5 (patch)
tree93eb33ecbfe48f0eb45279aa238c88a09c88df27
parent56ec0d7c0b1487e762e8d21cea4927fcb93d0e6c (diff)
downloadaur-e2b953c622f0c863b7484cd844f91fbe010647d5.tar.gz
upgpkg: python-datalad 0.19.1-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 e3c96004bc0f..9f9c8f07597e 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.18.2
- pkgrel = 2
+ pkgver = 0.19.1
+ pkgrel = 1
url = https://github.com/datalad/datalad
arch = any
license = MIT
@@ -39,7 +39,7 @@ pkgbase = python-datalad
optdepends = python-argcomplete: optional CLI completion
optdepends = python-pyperclip: clipboard manipulations
optdepends = python-dateutil: support for more date formats
- source = https://github.com/datalad/datalad/archive/0.18.2/datalad-0.18.2.tar.gz
- sha256sums = d2438fd654c906eade783a5a549f3398beefdaa3182e23d3e3c484c5ecdf9f7f
+ source = https://github.com/datalad/datalad/archive/0.19.1/datalad-0.19.1.tar.gz
+ sha256sums = f862f232cea4bd4d20aaf5a52b05607ed39b4deb257a56dd603d9d1319b5006a
pkgname = python-datalad
diff --git a/PKGBUILD b/PKGBUILD
index 3459066d1bdb..7a7a63aea8e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=datalad
pkgname=python-$_pkgname
-pkgver=0.18.2
-pkgrel=2
+pkgver=0.19.1
+pkgrel=1
pkgdesc='Keep code, data, containers under control with git and git-annex'
arch=(any)
url='https://github.com/datalad/datalad'
@@ -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=('d2438fd654c906eade783a5a549f3398beefdaa3182e23d3e3c484c5ecdf9f7f')
+sha256sums=('f862f232cea4bd4d20aaf5a52b05607ed39b4deb257a56dd603d9d1319b5006a')
build() {
cd "$_archive"