summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2018-09-12 11:18:55 +0200
committerStephan Springer2018-09-12 11:18:55 +0200
commit5de611b3b8d37111ef3cffa91b733c67a67a4827 (patch)
tree3ac3685973b1d40aa844a0103c0783c102c141a8 /PKGBUILD
parent95dec507f7ef41d9f3b2e2faeb683dd50be47aa3 (diff)
downloadaur-5de611b3b8d37111ef3cffa91b733c67a67a4827.tar.gz
downgrade to 0.5.3 as required by gns3-server
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"