diff options
Diffstat (limited to 'main/ppp/APKBUILD')
-rw-r--r-- | main/ppp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ppp/APKBUILD b/main/ppp/APKBUILD index c419751927..97439d042e 100644 --- a/main/ppp/APKBUILD +++ b/main/ppp/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.4.5 pkgrel=4 pkgdesc="A daemon which implements the PPP protocol for dial-up networking" url="http://www.samba.org/ppp/" -arch="x86 x86_64" +arch="all" license="custom:GPL/BSD" depends= makedepends="libpcap-dev" |