summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-02-02 20:49:59 +0100
committerBlair Bonnett2022-02-02 20:49:59 +0100
commitbcec09b8a39ff130cd77842715272ea251f9649e (patch)
treeead7594d75a3628b3afd0c64bf6a34cdfe28dc2a
parent2db580546f699e54eca4cd6914b74df980e66eab (diff)
downloadaur-bcec09b8a39ff130cd77842715272ea251f9649e.tar.gz
Update to 2.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91efd94e244f..fed046dd09f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiohttp-session
pkgdesc = Web sessions for aiohttp.web
- pkgver = 2.10.0
+ pkgver = 2.11.0
pkgrel = 1
url = http://aiohttp-session.readthedocs.io/
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-aiohttp-session
optdepends = python-cryptography: store sessions in encrypted cookies
optdepends = python-aiomcache: Memcached session storage
optdepends = python-pynacl: NaCL encrypted JSON session storage
- source = https://files.pythonhosted.org/packages/source/a/aiohttp-session/aiohttp-session-2.10.0.tar.gz
- sha256sums = 2af19af9f435937baacbb6420f887b21e5021bb34be146c2702c58e6ebf6b76b
+ source = https://files.pythonhosted.org/packages/source/a/aiohttp-session/aiohttp-session-2.11.0.tar.gz
+ sha256sums = 0fdf39600f6a05c4943ef6c7b099071ca9854413111a26761626244be5015dc4
pkgname = python-aiohttp-session
diff --git a/PKGBUILD b/PKGBUILD
index d0dc82275dad..763fb28cb310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-aiohttp-session
pkgdesc='Web sessions for aiohttp.web'
-pkgver=2.10.0
+pkgver=2.11.0
pkgrel=1
url='http://aiohttp-session.readthedocs.io/'
license=('Apache')
@@ -15,11 +15,13 @@ optdepends=(
'python-pynacl: NaCL encrypted JSON session storage'
)
makedepends=('python-setuptools')
+
+_pypi=aiohttp-session
source=(
- "https://files.pythonhosted.org/packages/source/a/aiohttp-session/aiohttp-session-$pkgver.tar.gz"
+ "https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- '2af19af9f435937baacbb6420f887b21e5021bb34be146c2702c58e6ebf6b76b'
+ '0fdf39600f6a05c4943ef6c7b099071ca9854413111a26761626244be5015dc4'
)
build() {