summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshit Shah2015-06-13 16:39:30 +0530
committerDarshit Shah2015-06-13 16:39:30 +0530
commitf0315b36c94fe889d3a9bfc3e786d7fd8f596640 (patch)
tree2eb4ac2b49dd791164543284fc234e989c810642
parent43cf486e090173cd3ea99ab427c061d7dbbc29ab (diff)
downloadaur-f0315b36c94fe889d3a9bfc3e786d7fd8f596640.tar.gz
Wrong optdep name. Bumping pkgrel to 4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be0e726d462a..9d2b09ae7347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-pyftpdlib
license = MIT
depends = python
optdepends = python-pyopenssl: required for SSL/TLS connections
- optdepends = python-pysendfile: required for using the sendfile() call
+ optdepends = python-sendfile: required for using the sendfile() call
source = https://github.com/giampaolo/pyftpdlib/archive/release-1.4.0.tar.gz
md5sums = 43ef0dd20d65443d296dc27f128a6998
diff --git a/PKGBUILD b/PKGBUILD
index c5dbb1259600..920c297e60be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pyftpdlib
pkgver=1.4.0
-pkgrel=3
+pkgrel=4
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-pysendfile: required for using the sendfile() call")
+ "python-sendfile: required for using the sendfile() call")
md5sums=('43ef0dd20d65443d296dc27f128a6998')
build(){