summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Vuillard2019-11-16 12:16:29 +0100
committerArthur Vuillard2019-11-16 12:16:29 +0100
commitbd17895372e726a71bea8b2812f56c5b90605d00 (patch)
tree9bcebbe0ca06a52b22d033f000d03bd6a848a709
parent66411baf5df0e66f34606551e44523efc2db26b2 (diff)
downloadaur-bd17895372e726a71bea8b2812f56c5b90605d00.tar.gz
bump pkgrel for python 3.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd4be9a5e4d1..1762e4df8d2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-aioftp
pkgdesc = ftp client/server for asyncio
pkgver = 0.13.0
- pkgrel = 1
- url = http://pohmelie.github.io/aioftp/
+ pkgrel = 2
+ url = https://github.com/aio-libs/aioftp
arch = any
license = WTFPL
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index 465d9855efb4..f0c5488ec36a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_project_name='aioftp'
pkgname='python-aioftp'
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="ftp client/server for asyncio"
-url="http://pohmelie.github.io/aioftp/"
+url="https://github.com/aio-libs/aioftp"
arch=('any')
license=('WTFPL')
depends=('python')