summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-06-21 19:45:00 +0000
committerSimon Legner2021-06-21 19:45:00 +0000
commit6e32e6892cd8a60eebdc76f5130e55403d311119 (patch)
treeb7ea5079fe467afe9824f6ca5c75c861be120f4a
parentf8de1680988f7cbb20a846a62ba246b30e34a116 (diff)
downloadaur-6e32e6892cd8a60eebdc76f5130e55403d311119.tar.gz
upgpkg: python-requests-cache 0.6.4-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 7943947ebfea..b308a2ed8e5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-requests-cache
pkgdesc = Transparent persistent cache for http://python-requests.org/ library.
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/reclosedev/requests-cache
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-requests-cache
depends = python-requests
provides = python-requests-cache
conflicts = python2-requests-cache
- source = https://files.pythonhosted.org/packages/source/r/requests-cache/requests-cache-0.6.3.tar.gz
- sha256sums = 0b9b5555b3b2ecda74a9aa5abd98174bc7332de2e1d32f9f8f056583b01d6e99
+ source = https://files.pythonhosted.org/packages/source/r/requests-cache/requests-cache-0.6.4.tar.gz
+ sha256sums = dd9120a4ab7b8128cba9b6b120d8b5560d566a3cd0f828cced3d3fd60a42ec40
pkgname = python-requests-cache
diff --git a/PKGBUILD b/PKGBUILD
index 08e43739c4e4..aea06740e37e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="requests-cache"
pkgname="python-requests-cache"
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="Transparent persistent cache for http://python-requests.org/ library."
arch=("x86_64")
@@ -15,7 +15,7 @@ makedepends=("git" "python-setuptools")
provides=("python-requests-cache")
conflicts=("python2-requests-cache")
source=("https://files.pythonhosted.org/packages/source/r/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('0b9b5555b3b2ecda74a9aa5abd98174bc7332de2e1d32f9f8f056583b01d6e99')
+sha256sums=('dd9120a4ab7b8128cba9b6b120d8b5560d566a3cd0f828cced3d3fd60a42ec40')
build() {
cd "$srcdir/$_pkgname-${pkgver}"