[arch-commits] Commit in rp-pppoe/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat May 8 19:21:44 UTC 2021
Date: Saturday, May 8, 2021 @ 19:21:44
Author: arojas
Revision: 414763
Fix dependencies
Modified:
rp-pppoe/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-08 18:38:02 UTC (rev 414762)
+++ PKGBUILD 2021-05-08 19:21:44 UTC (rev 414763)
@@ -4,12 +4,12 @@
pkgname=rp-pppoe
pkgver=3.15
-pkgrel=1
+pkgrel=2
pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
arch=('x86_64')
url="https://dianne.skoll.ca/projects/rp-pppoe"
license=('GPL')
-depends=('ppp=2.4.9' 'sh' 'net-tools')
+depends=('ppp=2.4.9' 'sh' 'iproute2')
backup=(etc/ppp/pppoe.conf etc/ppp/firewall-standalone etc/ppp/firewall-masq
etc/ppp/pppoe-server-options)
options=('!makeflags')
More information about the arch-commits
mailing list