diff options
author | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
commit | c16968d4179be76966c262f854c9e1fb827dc3ec (patch) | |
tree | 3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /community/proftpd | |
parent | 32793d9a5b60ef0591c71c12ad75121d9b155adf (diff) |
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'community/proftpd')
-rw-r--r-- | community/proftpd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/proftpd/PKGBUILD b/community/proftpd/PKGBUILD index 9c2e1fcf8..14f3af690 100644 --- a/community/proftpd/PKGBUILD +++ b/community/proftpd/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 85857 2013-03-07 20:00:38Z bpiotrowski $ +# $Id: PKGBUILD 87017 2013-03-25 19:16:59Z bpiotrowski $ # Maintainer: # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=proftpd pkgver=1.3.4c -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A high-performance, scalable FTP server" arch=('i686' 'x86_64') url="http://www.proftpd.org/" license=('GPL') -depends=('libmysqlclient' 'postgresql-libs') +depends=('libmariadbclient' 'postgresql-libs') backup=('etc/proftpd.conf' 'etc/conf.d/proftpd') install=${pkgname}.install source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.gz{,.asc} |