summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-02-24 12:52:19 -0500
committerCarlos Aznarán Laos2022-02-24 12:52:19 -0500
commit8c7a8d02798cd741cf3c65096caa8b11c51ee799 (patch)
treea13119f3c560db4d93720808b27ce63f283ca7bc /PKGBUILD
parent23c24d5d7615142124e8d755921ea02921533a3f (diff)
downloadaur-8c7a8d02798cd741cf3c65096caa8b11c51ee799.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 f424dadc9bfb..eeecda4239f2 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.3
-pkgrel=2
+pkgrel=3
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=('d413fbed156bd3fca48db8b153b01a883ee72d62f6e8982d490a5378dc188c19d0b3af5e37e6f47d19ed0ba11b3c0e01489720d56df12afcf1b47088e1541221')
+sha512sums=('6c3b8cdae3bdbabf5d1da8f72c01dc2c5b1efddc62da616861fd0bc337bef86f92904af10827f753cfb9e31b7439a87bc8d9a94127726502c0a83cb8acdecb56')
build() {
cd ${_base}-${pkgver}