summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2019-11-25 18:11:35 +0100
committerStephan Springer2019-11-25 18:11:35 +0100
commitf5ef21d20fd9384a46f0c2fb0ac3be2562185518 (patch)
treebb794a57eb8ac37894d747d497aaa69d1a0f6c66 /PKGBUILD
parent7abfab284ffedfedcebf9255e7e1a5047dbf2d5a (diff)
downloadaur-f5ef21d20fd9384a46f0c2fb0ac3be2562185518.tar.gz
update to version 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9bb6362bbf3..1c664c7dc4c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=yarl
pkgname=python-"$_pkgname"-gns3
-pkgver=1.2.6
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc="Yet another URL library (GNS3)"
arch=('any')
url="https://github.com/aio-libs/yarl/"
@@ -16,7 +16,7 @@ depends=('glibc' 'python' 'python-multidict-gns3' 'python-idna')
makedepends=('cython' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz::https://github.com/aio-libs/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('1083cb0eb2a68638c239d96ed6b3cfe8427f5fea62aa2e575ae5511a196b5df5')
+sha256sums=('0d4acfd6c750612871e11c49eea43213949f1528686a184eefc1366142a6fbb3')
build() {
cd "$_pkgname-$pkgver"