summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshit Shah2016-03-11 01:11:49 +0100
committerDarshit Shah2016-03-11 01:11:49 +0100
commitc30afed2e88eb5595b4f26d662dc25737800b331 (patch)
tree0e726bca761e147b7bf58a1d2fa83c0ab2ac5d36
parentf0315b36c94fe889d3a9bfc3e786d7fd8f596640 (diff)
downloadaur-c30afed2e88eb5595b4f26d662dc25737800b331.tar.gz
Update to version 1.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d2b09ae7347..ded29fcff553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Mar 11 00:11:25 UTC 2016
pkgbase = python-pyftpdlib
pkgdesc = Python FTP server library
- pkgver = 1.4.0
- pkgrel = 3
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/giampaolo/pyftpdlib
arch = any
license = MIT
depends = python
optdepends = python-pyopenssl: required for SSL/TLS connections
- optdepends = python-sendfile: required for using the sendfile() call
- source = https://github.com/giampaolo/pyftpdlib/archive/release-1.4.0.tar.gz
+ optdepends = python-sendfile: required for using the sendfile call
+ source = https://github.com/giampaolo/pyftpdlib/archive/release-1.5.0.tar.gz
md5sums = 43ef0dd20d65443d296dc27f128a6998
pkgname = python-pyftpdlib
diff --git a/PKGBUILD b/PKGBUILD
index 920c297e60be..730124e28905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-#Submitter: Gustavo Alvarez <sl1pkn07@gmaul.com>
-#Maintainer: Darshit Shah <darnir@gmail.com>
+# Submitter: Gustavo Alvarez <sl1pkn07@gmaul.com>
+# Maintainer: Darshit Shah <darnir@gmail.com>
pkgname=python-pyftpdlib
-pkgver=1.4.0
-pkgrel=4
+pkgver=1.5.0
+pkgrel=1
pkgdesc="Python FTP server library"
arch=('any')
url="https://github.com/giampaolo/pyftpdlib"
@@ -11,7 +11,7 @@ license=('MIT')
source=("https://github.com/giampaolo/pyftpdlib/archive/release-${pkgver}.tar.gz")
depends=('python')
optdepends=("python-pyopenssl: required for SSL/TLS connections"
- "python-sendfile: required for using the sendfile() call")
+ "python-sendfile: required for using the sendfile call")
md5sums=('43ef0dd20d65443d296dc27f128a6998')
build(){