Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / rp-pppoe
Commits:
efcea1a0 by Felix Yan at 2024-09-20T18:51:07+03:00
upgpkg: 4.0-2: rebuild with ppp 2.5.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,23 +1,22 @@
pkgbase = rp-pppoe
pkgdesc = Roaring Penguin's Point-to-Point Protocol over Ethernet client
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = https://dianne.skoll.ca/projects/rp-pppoe
install = rp-pppoe.install
arch = x86_64
license = GPL
- depends = ppp=2.5.0
+ makedepends = git
+ depends = ppp=2.5.1
depends = sh
depends = iproute2
options = !makeflags
backup = etc/ppp/pppoe-server-options
- source =
https://dianne.skoll.ca/projects/rp-pppoe/download/rp-pppoe-4.0.tar.gz
- source =
https://dianne.skoll.ca/projects/rp-pppoe/download/rp-pppoe-4.0.tar.gz.sig
+ source = git+https://github.com/dfskoll/rp-pppoe.git?signed#tag=4.0
source = adsl.service
validpgpkeys = FC2E9B645468698FD7B21655C1842E2A126F42E0
validpgpkeys = 738E4D954052902C147D07B2685A5A5E511D30E2
- sha512sums =
faebe543988b1ffacd4d9bf55a3ec21f3a541f9232ba6c7b6fa0e8103d6c2b7b1c358e7f7bc8f99bebb24b2f7bdcc2f46ba1ef4c23e6dd34062f8f28114e7aea
- sha512sums = SKIP
+ sha512sums =
bea793f4ac8dfa7c4afef367241c81c64566588d18f0337d23308fd07fd98fe64555b0f2396d67f3c910c26456701c3b27553d418987aec3bada5e1a55dd9a1a
sha512sums =
75fdb55b872e6388053aa0c1ba0b98ab9eda6b6f59a7452843cff8de5a68276be3f48dbd9a6324917254d4fe0d1b2d7442f7a9bbfa1355b6f500db13c9409089
pkgname = rp-pppoe
=====================================
PKGBUILD
=====================================
@@ -4,31 +4,31 @@
pkgname=rp-pppoe
pkgver=4.0
-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.5.0' 'sh' 'iproute2')
+depends=('ppp=2.5.1' 'sh' 'iproute2')
+makedepends=('git')
backup=(etc/ppp/pppoe-server-options)
options=('!makeflags')
install=rp-pppoe.install
-source=(https://dianne.skoll.ca/projects/rp-pppoe/download/rp-pppoe-$pkgver.tar.gz{,.sig}
- adsl.service)
+source=(git+https://github.com/dfskoll/rp-pppoe.git?signed#tag=$pkgver
+ adsl.service)
validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0' # Dianne Skoll
<[email protected]>
'738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll
<[email protected]>
-sha512sums=('faebe543988b1ffacd4d9bf55a3ec21f3a541f9232ba6c7b6fa0e8103d6c2b7b1c358e7f7bc8f99bebb24b2f7bdcc2f46ba1ef4c23e6dd34062f8f28114e7aea'
- 'SKIP'
+sha512sums=('bea793f4ac8dfa7c4afef367241c81c64566588d18f0337d23308fd07fd98fe64555b0f2396d67f3c910c26456701c3b27553d418987aec3bada5e1a55dd9a1a'
'75fdb55b872e6388053aa0c1ba0b98ab9eda6b6f59a7452843cff8de5a68276be3f48dbd9a6324917254d4fe0d1b2d7442f7a9bbfa1355b6f500db13c9409089')
build() {
- cd $pkgname-$pkgver/src
+ cd rp-pppoe/src
./configure --prefix=/usr --sbindir=/usr/bin --enable-plugin
make PLUGIN_DIR="/usr/lib/rp-pppoe" all rp-pppoe.so
}
package() {
- cd $pkgname-$pkgver/src
+ cd rp-pppoe/src
make PLUGIN_DIR="/usr/lib/rp-pppoe" DESTDIR="$pkgdir" install
#install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rp-pppoe/-/commit/efcea1a0085645ffe0e30cdc6399e56364613a73
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rp-pppoe/-/commit/efcea1a0085645ffe0e30cdc6399e56364613a73
You're receiving this email because of your account on gitlab.archlinux.org.