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 746b04b71cf2..f4fcea779d46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=aiohttp-cors
pkgname=python-"$_pkgname"-gns3
-pkgver=0.6.0
+pkgver=0.7.0
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=('b5dab373e0666836526a3c7a6cf8f887e75559e05d0e836cb9fb233958145e9c')
+sha256sums=('a710a07c3d8e8c2dcb3a3f992c671a058e2058652ed041b5201016978a5527aa')
build() {
cd "$_pkgname-$pkgver"