summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwereii2021-05-20 02:12:04 +0200
committerwereii2021-05-20 02:12:04 +0200
commit0c2596695b92bb75db98f7fca44a38b2258e7808 (patch)
treeb37731adabb409b962519afc38a2ff975e9c6d14
parent03790e4862a8ada20510f5062540a4f0ce19b9cc (diff)
downloadaur-0c2596695b92bb75db98f7fca44a38b2258e7808.tar.gz
upgpkg: python-diskcache 5.2.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5879b1166475..60adc6252204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-diskcache
pkgdesc = Python disk and file backed cache library
- pkgver = 4.1.0
+ pkgver = 5.2.1
pkgrel = 1
url = https://github.com/grantjenks/python-diskcache
arch = any
license = Apache
makedepends = python-setuptools
- source = python-diskcache-4.1.0.tar.gz::https://github.com/grantjenks/python-diskcache/archive/v4.1.0.tar.gz
- sha256sums = ac181e25dee0c1113df0ac591762f1fc457d6cd3ff5a3c8b9ca419575b57fd74
+ source = python-diskcache-5.2.1.tar.gz::https://github.com/grantjenks/python-diskcache/archive/v5.2.1.tar.gz
+ sha256sums = 05bd57edfaf7763b1b90d497bbef848347ef617a1ec71e733e0a4fa10be97612
pkgname = python-diskcache
diff --git a/PKGBUILD b/PKGBUILD
index 58bfc4bdc877..86e296047580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Simon Perry <aur [at] sanxion [dot] net>
pkgname=python-diskcache
-pkgver=4.1.0
+pkgver=5.2.1
pkgrel=1
pkgdesc="Python disk and file backed cache library"
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache')
url="https://github.com/grantjenks/python-diskcache"
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/grantjenks/python-diskcache/archive/v${pkgver}.tar.gz")
-sha256sums=('ac181e25dee0c1113df0ac591762f1fc457d6cd3ff5a3c8b9ca419575b57fd74')
+sha256sums=('05bd57edfaf7763b1b90d497bbef848347ef617a1ec71e733e0a4fa10be97612')
build() {
cd "${srcdir}"/"${pkgname}-${pkgver}"