diff options
author | root <root@rshg054.dnsready.net> | 2011-09-27 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-27 23:14:33 +0000 |
commit | ccb9d72bbf1ee4f7a54113eac76a16b0b5014869 (patch) | |
tree | b54ca3606d7cff4133dac1e84183328e555f4085 /extra/proftpd | |
parent | abcf87c553a18aec8372de7f690b5aa91a7a0d24 (diff) |
Tue Sep 27 23:14:33 UTC 2011
Diffstat (limited to 'extra/proftpd')
-rw-r--r-- | extra/proftpd/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/proftpd/PKGBUILD b/extra/proftpd/PKGBUILD index 9acc9206a..4199294d8 100644 --- a/extra/proftpd/PKGBUILD +++ b/extra/proftpd/PKGBUILD @@ -1,21 +1,20 @@ -# $Id: PKGBUILD 129323 2011-06-26 18:29:37Z andrea $ +# $Id: PKGBUILD 138532 2011-09-27 03:18:03Z eric $ # Maintainer: # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=proftpd -pkgver=1.3.3e -pkgrel=2 +pkgver=1.3.3f +pkgrel=1 pkgdesc="A high-performance, scalable FTP server" arch=('i686' 'x86_64') url="http://www.proftpd.org" license=('GPL') -depends=('glibc' 'pam' 'ncurses' 'libcap' 'libldap' 'libmysqlclient' - 'postgresql-libs') +depends=('libldap' 'libmysqlclient' 'postgresql-libs') backup=('etc/proftpd.conf' 'etc/conf.d/proftpd') source=("ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2" 'proftpd' 'proftpd.logrotate' 'proftpd.conf.d') -md5sums=('acc49b6589bc8c9fdf1dce9000bebdbd' +md5sums=('e9416d2aa7ac1246af4fc8a80fd73f27' '99f6f9a989e70e3fa50809fc2bbbbb0a' 'ddb09eb13131becdf0e081eef413116b' '71d5932b0461c318ed68c2c0c2660736') |