summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2020-09-07 14:55:32 +0200
committerArthur Vuillard2020-09-07 14:55:32 +0200
commitbf1232bc9270d972130a9e45561ac2b20a58cdef (patch)
tree0370061e299178594bb4b374e4e0e68482a14388
parent80ab89240be21d89621dde29bbdd2304643eca1f (diff)
downloadaur-bf1232bc9270d972130a9e45561ac2b20a58cdef.tar.gz
package for 0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eafb63ca6704..eb0e8c51b300 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioftp
pkgdesc = ftp client/server for asyncio
- pkgver = 0.17.2
+ pkgver = 0.18.0
pkgrel = 1
url = https://github.com/aio-libs/aioftp
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-aioftp
makedepends = python
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/ad/6e/82c467706e0c7190c73d1e76306226244e44b0c32de212f78274ca958225/aioftp-0.17.2.tar.gz
- md5sums = a038eae8a2ec4443996c11c371540464
+ source = https://files.pythonhosted.org/packages/55/c8/2301ef2569d70badd0e5dbfcebb3ed0224b9cabafd3bb169930f328e7feb/aioftp-0.18.0.tar.gz
+ md5sums = 8e8633b4bcc06bf1eae305700c3378ce
pkgname = python-aioftp
diff --git a/PKGBUILD b/PKGBUILD
index cae44790c9f0..783d7127b7fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_project_name='aioftp'
pkgname="python-${_project_name}"
-pkgver=0.17.2
+pkgver=0.18.0
pkgrel=1
pkgdesc="ftp client/server for asyncio"
url="https://github.com/aio-libs/aioftp"
@@ -9,7 +9,7 @@ arch=('any')
license=("Apache License Version 2.0")
depends=('python')
makedepends=('python' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/ad/6e/82c467706e0c7190c73d1e76306226244e44b0c32de212f78274ca958225/aioftp-0.17.2.tar.gz")
+source=("https://files.pythonhosted.org/packages/55/c8/2301ef2569d70badd0e5dbfcebb3ed0224b9cabafd3bb169930f328e7feb/aioftp-0.18.0.tar.gz")
package() {
cd "${srcdir}/${_project_name}-${pkgver}"
@@ -17,4 +17,4 @@ package() {
python3 setup.py install --prefix=/usr --root="${pkgdir}"
}
-md5sums=('a038eae8a2ec4443996c11c371540464')
+md5sums=('8e8633b4bcc06bf1eae305700c3378ce')