summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2018-09-12 11:18:55 +0200
committerStephan Springer2018-09-12 11:18:55 +0200
commit5de611b3b8d37111ef3cffa91b733c67a67a4827 (patch)
tree3ac3685973b1d40aa844a0103c0783c102c141a8
parent95dec507f7ef41d9f3b2e2faeb683dd50be47aa3 (diff)
downloadaur-5de611b3b8d37111ef3cffa91b733c67a67a4827.tar.gz
downgrade to 0.5.3 as required by gns3-server
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db1d85e725d7..e9266f5189d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiohttp-cors-gns3
pkgdesc = CORS support for aiohttp (GNS3)
- pkgver = 0.7.0
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/aio-libs/aiohttp-cors
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-aiohttp-cors-gns3
depends = python-aiohttp-gns3
provides = python-aiohttp-cors
conflicts = python-aiohttp-cors
- source = aiohttp-cors-0.7.0.tar.gz::https://github.com/aio-libs/aiohttp-cors/archive/v0.7.0.tar.gz
+ source = aiohttp-cors-0.5.3.tar.gz::https://github.com/aio-libs/aiohttp-cors/archive/v0.5.3.tar.gz
sha256sums = bec79cc5c62cffd044899863a73a450d058a6cb2c965d4c8cec8e6b0d06e9768
pkgname = python-aiohttp-cors-gns3
diff --git a/PKGBUILD b/PKGBUILD
index f4fcea779d46..b82986c4f2f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=aiohttp-cors
pkgname=python-"$_pkgname"-gns3
-pkgver=0.7.0
+pkgver=0.5.3
pkgrel=1
pkgdesc="CORS support for aiohttp (GNS3)"
arch=("any")
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
provides=("python-$_pkgname")
conflicts=("python-$_pkgname")
source=("$_pkgname-$pkgver.tar.gz::https://github.com/aio-libs/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('a710a07c3d8e8c2dcb3a3f992c671a058e2058652ed041b5201016978a5527aa')
+sha256sums=('bec79cc5c62cffd044899863a73a450d058a6cb2c965d4c8cec8e6b0d06e9768')
build() {
cd "$_pkgname-$pkgver"