summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph Brains2017-07-24 23:29:18 +0300
committerJoseph Brains2017-07-24 23:29:18 +0300
commit4577d13ae0a5fed217dc923a929d03369c532343 (patch)
tree54fa96a9d5fa995eb4865f40b60b4616b5b732f4 /PKGBUILD
parent74c8d482a8ee0b1357f22e71181a2c9e3d204c2b (diff)
downloadaur-4577d13ae0a5fed217dc923a929d03369c532343.tar.gz
Updated to 0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c28ccb47e98a..aa4559a6ebb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joseph Brains <jnbrains@gmail.com>
_pkgname=yarl
pkgname=python-${_pkgname}-gns3
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
pkgdesc="Yet another URL library (GNS3)"
arch=('any')
url="https://github.com/aio-libs/yarl/"
@@ -12,8 +12,8 @@ provides=("python-${_pkgname}")
conflicts=("python-${_pkgname}")
depends=('python' 'python-multidict')
makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('1402ac5548c5fabf6072952ee513d084')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/${_pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('fa242c8949d604de6bcdd2e2ec0b5246')
build() {
cd "$srcdir/${_pkgname}-$pkgver"