summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed1e407e74d7..b0d0230e7521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=datalad
pkgname=python-$_pkgname
-pkgver=1.0.1
-pkgrel=1
+pkgver=1.0.2
+pkgrel=2
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=('a2887eb98ac0794a07b0b6f960b3e10d154a9fc50e61fe6828cffc59b1411318')
+sha256sums=('eaa9cd5a229dbfa9a67691aede039a3fd25220a94e19ef9540237469cd50d8cc')
build() {
cd "$_archive"