summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"