summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2020-10-05 12:04:11 +0200
committerArthur Vuillard2020-10-05 12:04:11 +0200
commitd95276363767e2dbfe3665937981e15a7a9312f8 (patch)
treea97369d60aaaf5bec44fed901df23b58235a0060
parentbf1232bc9270d972130a9e45561ac2b20a58cdef (diff)
downloadaur-d95276363767e2dbfe3665937981e15a7a9312f8.tar.gz
release 0.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb0e8c51b300..c4de134f98e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aioftp
pkgdesc = ftp client/server for asyncio
- pkgver = 0.18.0
+ pkgver = 0.18.1
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/55/c8/2301ef2569d70badd0e5dbfcebb3ed0224b9cabafd3bb169930f328e7feb/aioftp-0.18.0.tar.gz
- md5sums = 8e8633b4bcc06bf1eae305700c3378ce
+ source = https://files.pythonhosted.org/packages/b8/57/dfa5657e2feaa99a3ff1222ef6956f649a7b5d5f996c1d335272f8bb5e48/aioftp-0.18.1.tar.gz
+ md5sums = 1220d1c3c7faf4ae80fb8fc84c224f81
pkgname = python-aioftp
diff --git a/PKGBUILD b/PKGBUILD
index 783d7127b7fe..b94e3aea25bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_project_name='aioftp'
pkgname="python-${_project_name}"
-pkgver=0.18.0
+pkgver=0.18.1
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/55/c8/2301ef2569d70badd0e5dbfcebb3ed0224b9cabafd3bb169930f328e7feb/aioftp-0.18.0.tar.gz")
+source=("https://files.pythonhosted.org/packages/b8/57/dfa5657e2feaa99a3ff1222ef6956f649a7b5d5f996c1d335272f8bb5e48/aioftp-0.18.1.tar.gz")
package() {
cd "${srcdir}/${_project_name}-${pkgver}"
@@ -17,4 +17,4 @@ package() {
python3 setup.py install --prefix=/usr --root="${pkgdir}"
}
-md5sums=('8e8633b4bcc06bf1eae305700c3378ce')
+md5sums=('1220d1c3c7faf4ae80fb8fc84c224f81')