* update rp-pppoe to 4.0-4

This commit is contained in:
Alexander Baldeck 2025-02-07 21:07:02 +01:00
parent 5d5bf19682
commit 06a6ecdde0
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = rp-pppoe
pkgdesc = Roaring Penguin's Point-to-Point Protocol over Ethernet client
pkgver = 4.0
pkgrel = 2
pkgrel = 4
url = https://dianne.skoll.ca/projects/rp-pppoe
install = rp-pppoe.install
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = rp-pppoe
arch = riscv64
license = GPL
makedepends = git
depends = ppp=2.5.1
depends = ppp
depends = sh
depends = iproute2
options = !makeflags

View File

@ -5,12 +5,12 @@
pkgname=rp-pppoe
pkgver=4.0
pkgrel=2.1
pkgrel=4
pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://dianne.skoll.ca/projects/rp-pppoe"
license=('GPL')
depends=('ppp=2.5.1' 'sh' 'iproute2')
depends=('ppp' 'sh' 'iproute2')
makedepends=('git')
backup=(etc/ppp/pppoe-server-options)
options=('!makeflags')