diff options
Diffstat (limited to 'testing/rp-pppoe')
-rw-r--r-- | testing/rp-pppoe/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rp-pppoe/APKBUILD b/testing/rp-pppoe/APKBUILD index a9ce7d0793..b8c2f6b18e 100644 --- a/testing/rp-pppoe/APKBUILD +++ b/testing/rp-pppoe/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=rp-pppoe pkgver=3.10 -pkgrel=2 +pkgrel=3 pkgdesc="Roaring Penguin\'s Point-to-Point Protocol over Ethernet client" url="http://www.roaringpenguin.com/pppoe/" arch="x86 x86_64" @@ -10,7 +10,7 @@ license="LGPL" depends= makedepends= install= -subpackages= +subpackages="$pkgname-doc" source="http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz rp-pppoe.initd" |