summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hauser2021-09-21 09:31:08 +0200
committerSimon Hauser2021-09-21 09:31:08 +0200
commitc172431d7ab136a951811912777f929d48de23af (patch)
treee75897d133d574cbb7911df171341cab86c99fd2
parent6a1ca5b87333f4514660bd2a136eedb793c56860 (diff)
downloadaur-c172431d7ab136a951811912777f929d48de23af.tar.gz
v0.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef8089f04d47..bfe698659cc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-klepto
pkgdesc = persistent caching to memory, disk, or database
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/uqfoundation/klepto
arch = any
@@ -15,8 +15,7 @@ pkgbase = python-klepto
optdepends = python-jsonpickle
optdepends = python-cloudpickle
optdepends = python-setuptools
- source = https://github.com/uqfoundation/klepto/releases/download/klepto-0.2.0/klepto-0.2.0.tar.gz
- sha512sums = cc85faf7663b2b7b3e561b2b40db508b3a2667c3eea3e26e8bed6f8bd0ae1e423c28d8d5ca72b4b0001e3921a6a30753039ff68e506a30475e30a2b4bc219d38
+ source = https://github.com/uqfoundation/klepto/releases/download/klepto-0.2.1/klepto-0.2.1.tar.gz
+ sha512sums = 584246985eaf6a3076b4fb67a39fa11144dc8902844a7b67b603e0108ef9b25f27225bdbd938e307b1100f0598c55713167737d3e1af2ff29c871d2e61540aa7
pkgname = python-klepto
-
diff --git a/PKGBUILD b/PKGBUILD
index 18de8017e755..e1e9fb16bad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=klepto
pkgname=python-klepto
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="persistent caching to memory, disk, or database"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=('python-h5py'
'python-cloudpickle'
'python-setuptools')
source=("https://github.com/uqfoundation/${_name}/releases/download/${_name}-${pkgver}/${_name}-${pkgver}.tar.gz")
-sha512sums=('cc85faf7663b2b7b3e561b2b40db508b3a2667c3eea3e26e8bed6f8bd0ae1e423c28d8d5ca72b4b0001e3921a6a30753039ff68e506a30475e30a2b4bc219d38')
+sha512sums=('584246985eaf6a3076b4fb67a39fa11144dc8902844a7b67b603e0108ef9b25f27225bdbd938e307b1100f0598c55713167737d3e1af2ff29c871d2e61540aa7')
build() {
cd "${_name}-${pkgver}"