summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoodle2024-01-28 15:14:13 +0200
committernoodle2024-01-28 15:14:13 +0200
commit2e36a8240504bf6ca6028219a1f2fc73c1a105c8 (patch)
tree1b8398b53d35774577678b619c8f7be7ce14914d
parent7138cbafe540779dcf523b8c801a348064be8a7f (diff)
downloadaur-python-aiohttp-security.tar.gz
updpkg: python-aiohttp-security 0.5.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b6d04696d6b..005703a47d61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-aiohttp-security
pkgdesc = auth and permissions for aiohttp
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://aiohttp-security.readthedocs.io
arch = any
license = Apache
makedepends = python-setuptools
depends = python-aiohttp
- source = https://files.pythonhosted.org/packages/source/a/aiohttp-security/aiohttp-security-0.4.0.tar.gz
- sha256sums = 40d4bb150454e392c2dfa3620f6eab28e140e94cf0c2d3b4bf43aef653ec9405
+ source = https://files.pythonhosted.org/packages/source/a/aiohttp-security/aiohttp-security-0.5.0.tar.gz
+ sha256sums = 50cb724d310e1d0289798bb98ae852c3b75b77e8f51ce5159c57b7261d0638bd
pkgname = python-aiohttp-security
diff --git a/PKGBUILD b/PKGBUILD
index 0147754925da..c5462eb8eb94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-aiohttp-security
pkgdesc='auth and permissions for aiohttp'
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
url='https://aiohttp-security.readthedocs.io'
license=('Apache')
@@ -13,7 +13,7 @@ source=(
"https://files.pythonhosted.org/packages/source/a/aiohttp-security/aiohttp-security-$pkgver.tar.gz"
)
-sha256sums=('40d4bb150454e392c2dfa3620f6eab28e140e94cf0c2d3b4bf43aef653ec9405')
+sha256sums=('50cb724d310e1d0289798bb98ae852c3b75b77e8f51ce5159c57b7261d0638bd')
build() {
cd "aiohttp-security-$pkgver"