diff options
-rw-r--r-- | linhes/python-requests-cache/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/python-requests-cache/PKGBUILD b/linhes/python-requests-cache/PKGBUILD index 89bd8bb..cea827b 100644 --- a/linhes/python-requests-cache/PKGBUILD +++ b/linhes/python-requests-cache/PKGBUILD @@ -8,7 +8,7 @@ _base=requests-cache pkgname=python-${_base} pkgdesc="A persistent cache for python requests" -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 arch=(any) url="https://github.com/${_base}/${_base}" @@ -27,7 +27,7 @@ optdepends=('python-boto3: Cache backend for Amazon DynamoDB database' checkdepends=(python-pytest python-requests-mock python-responses python-timeout-decorator python-time-machine python-rich python-ujson python-itsdangerous) source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('8fa9fdf4f47d67a6ad877fc181e04378b4540b35cef200735caff14e4907519aa5de74acaf61c6588856d5c8b2f9529768250a8e5fe28962b7861daf2279bb94') +sha512sums=('99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6') build() { cd ${_base}-${pkgver} |