summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-04-22 19:13:51 -0500
committerCarlos Aznarán Laos2022-04-22 19:13:51 -0500
commit537bff372e64c9436cb2208bd000f78eecd81fe8 (patch)
tree2bdae4b479d04ce9bc6f8ebd52b6bae6bbead058 /PKGBUILD
parent234129a03e00e60a5eb5d544805806b07c1d50e7 (diff)
downloadaur-537bff372e64c9436cb2208bd000f78eecd81fe8.tar.gz
Update checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d920ce11dc7b..aa28c244b232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _base=requests-cache
pkgname=python-${_base}
pkgdesc="Transparent persistent cache for http://python-requests.org library"
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/reclosedev/${_base}"
license=('custom:BSD-2-clause')
@@ -25,7 +25,7 @@ optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
'python-ujson: for JSON serializer for improved performance')
checkdepends=(python-pytest python-requests-mock python-responses python-itsdangerous python-ujson python-timeout-decorator)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('ea978225056d654db9a67b4f0bb011ed3467a7d94d79d9bd71623492ea9e6f8978899805e1bde600c2d9bc6e5f7a11083e9bacf2266552be37456761088ad127')
+sha512sums=('66023dc8b153070a532f160af58ac2102f6b9d536a0045c4c62ad1d4175f59df6e7db5a25422f5610a2f17049270ad0b63c6023ddddf64235432a63d2cce9b91')
build() {
cd ${_base}-${pkgver}