diff options
Diffstat (limited to 'community/xl2tpd')
-rw-r--r-- | community/xl2tpd/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/xl2tpd/PKGBUILD b/community/xl2tpd/PKGBUILD index c9a0ceed5..e6936d7ea 100644 --- a/community/xl2tpd/PKGBUILD +++ b/community/xl2tpd/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 53519 2011-08-04 21:10:02Z spupykin $ +# $Id: PKGBUILD 65258 2012-02-20 12:39:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Hengfu <rhfcaesar@gmail.com> pkgname=xl2tpd pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="an open source implementation of the L2TP maintained by Xelerance Corporation" arch=('i686' 'x86_64') -url="http://www.xelerance.com" +url="http://www.xelerance.com/services/software/xl2tpd/" license=('GPL') depends=('ppp') options=(emptydirs zipman docs) backup=(etc/ppp/options.l2tpd) -source=(ftp://ftp.xelerance.com/$pkgname/$pkgname-$pkgver.tar.gz +#source=(ftp://ftp.xelerance.com/$pkgname/$pkgname-$pkgver.tar.gz +source=(http://arch.p5n.pp.ru/~sergej/dl/2012/xl2tpd-$pkgver.tar.gz xl2tpd.rc xl2tpd.conf.client-example xl2tpd.conf.server-example |