diff options
author | wereii | 2021-05-20 02:12:04 +0200 |
---|---|---|
committer | wereii | 2021-05-20 02:12:04 +0200 |
commit | 0c2596695b92bb75db98f7fca44a38b2258e7808 (patch) | |
tree | b37731adabb409b962519afc38a2ff975e9c6d14 | |
parent | 03790e4862a8ada20510f5062540a4f0ce19b9cc (diff) | |
download | aur-0c2596695b92bb75db98f7fca44a38b2258e7808.tar.gz |
upgpkg: python-diskcache 5.2.1-1
upstream release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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}" |