diff options
-rw-r--r-- | libre/rp-pppoe/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/rp-pppoe/PKGBUILD b/libre/rp-pppoe/PKGBUILD index 6690239af..7968083bb 100644 --- a/libre/rp-pppoe/PKGBUILD +++ b/libre/rp-pppoe/PKGBUILD @@ -9,7 +9,7 @@ pkgname=rp-pppoe pkgver=3.14 -pkgrel=1 +pkgrel=2 pkgrel+=.parabola1 pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client" pkgdesc+=", without nonfree ServPoET recommendation" @@ -17,7 +17,7 @@ arch=('x86_64') arch+=('i686' 'armv7h') url="https://dianne.skoll.ca/projects/rp-pppoe" license=('GPL') -depends=('ppp=2.4.7' 'sh' 'net-tools') +depends=('ppp=2.4.8' 'sh' 'net-tools') backup=(etc/ppp/pppoe.conf etc/ppp/firewall-standalone etc/ppp/firewall-masq etc/ppp/pppoe-server-options) options=('!makeflags') |