summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarshit Shah2016-03-14 21:06:03 +0100
committerDarshit Shah2016-03-14 21:06:03 +0100
commit9f28202fa15b6f6627c993167089d8cd70bbbe26 (patch)
tree7fb17334c8ac7c1bcb3f3aa36e39a35d84b516ff
parentc30afed2e88eb5595b4f26d662dc25737800b331 (diff)
downloadaur-9f28202fa15b6f6627c993167089d8cd70bbbe26.tar.gz
Fix md5sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ded29fcff553..9028aad489b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Mar 11 00:11:25 UTC 2016
+# Mon Mar 14 20:05:47 UTC 2016
pkgbase = python-pyftpdlib
pkgdesc = Python FTP server library
pkgver = 1.5.0
@@ -11,7 +11,7 @@ pkgbase = python-pyftpdlib
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.5.0.tar.gz
- md5sums = 43ef0dd20d65443d296dc27f128a6998
+ md5sums = 29267d266302387f80c3728b6f7234c9
pkgname = python-pyftpdlib
diff --git a/PKGBUILD b/PKGBUILD
index 730124e28905..cabbc1984621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ 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")
-md5sums=('43ef0dd20d65443d296dc27f128a6998')
+md5sums=('29267d266302387f80c3728b6f7234c9')
build(){
cd ${srcdir}/pyftpdlib-release-${pkgver}