summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2020-08-19 09:54:13 +0200
committerArthur Vuillard2020-08-19 09:54:13 +0200
commit40039905a8a342a1dd0cc280c110648e8fdcb035 (patch)
tree17a23a6190931e2e8c63734e876aea32a746d795
parentbd17895372e726a71bea8b2812f56c5b90605d00 (diff)
downloadaur-40039905a8a342a1dd0cc280c110648e8fdcb035.tar.gz
update to 0.17.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1762e4df8d2b..bf7808c42d2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-aioftp
pkgdesc = ftp client/server for asyncio
- pkgver = 0.13.0
- pkgrel = 2
+ pkgver = 0.17.1
+ pkgrel = 1
url = https://github.com/aio-libs/aioftp
arch = any
- license = WTFPL
+ license = Apache License Version 2.0
makedepends = python
makedepends = python-setuptools
depends = python
- source = https://github.com/pohmelie/aioftp/archive/0.13.0.tar.gz
- md5sums = 741b5173da88c4f8d33ac2633ee87616
+ source = https://files.pythonhosted.org/packages/d8/e8/e0393cf55c48b86da28ecc0c13088605f22418ef9879e1c639ba689fe753/aioftp-0.17.1.tar.gz
+ md5sums = ea71378fe1f45c775a9d98766e3f6749
pkgname = python-aioftp
diff --git a/PKGBUILD b/PKGBUILD
index f0c5488ec36a..a8c54cdb96ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_project_name='aioftp'
-pkgname='python-aioftp'
-pkgver=0.13.0
-pkgrel=2
+pkgname="python-${_project_name}"
+pkgver=0.17.1
+pkgrel=1
pkgdesc="ftp client/server for asyncio"
url="https://github.com/aio-libs/aioftp"
arch=('any')
-license=('WTFPL')
+license=("Apache License Version 2.0")
depends=('python')
makedepends=('python' 'python-setuptools')
-source=("https://github.com/pohmelie/${_project_name}/archive/${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/d8/e8/e0393cf55c48b86da28ecc0c13088605f22418ef9879e1c639ba689fe753/aioftp-0.17.1.tar.gz")
package() {
cd "${srcdir}/${_project_name}-${pkgver}"
@@ -17,4 +17,4 @@ package() {
python3 setup.py install --prefix=/usr --root="${pkgdir}"
}
-md5sums=('741b5173da88c4f8d33ac2633ee87616')
+md5sums=('ea71378fe1f45c775a9d98766e3f6749')