diff options
Diffstat (limited to 'community/inn/PKGBUILD')
-rw-r--r-- | community/inn/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD index adc62dab0..bb68b9d91 100644 --- a/community/inn/PKGBUILD +++ b/community/inn/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 92442 2013-06-05 11:48:40Z spupykin $ +# $Id: PKGBUILD 95240 2013-08-07 11:39:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Edward Tjörnhammar <xhemi@cube2.se> # Contributor: Edward Tjörnhammar <xhemi@cube2.se> pkgname=inn pkgver=2.5.3 -pkgrel=7 +pkgrel=8 pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers." url="http://www.isc.org/software/inn/" arch=('i686' 'x86_64') license=("custom:INN") -depends=('openssl' 'dovecot') +depends=('openssl') makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl') optdepends=('perl' 'python2' 'libsasl') options=(emptydirs docs zipman) |