[arch-commits] Commit in rp-pppoe/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Dec 29 21:20:41 UTC 2018


    Date: Saturday, December 29, 2018 @ 21:20:40
  Author: felixonmars
Revision: 342784

upgpkg: rp-pppoe 3.13-1

Modified:
  rp-pppoe/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++------------------
 1 file changed, 10 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 17:30:30 UTC (rev 342783)
+++ PKGBUILD	2018-12-29 21:20:40 UTC (rev 342784)
@@ -1,12 +1,13 @@
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Isenmann <daniel at archlinux.org>
 # Contributor: orelien <aurelien.foret at wanadoo.fr>
 
 pkgname=rp-pppoe
-pkgver=3.12
-pkgrel=3
+pkgver=3.13
+pkgrel=1
 pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
 arch=('x86_64')
-url="https://www.roaringpenguin.com/products/pppoe"
+url="https://dianne.skoll.ca/projects/rp-pppoe"
 license=('GPL')
 depends=('ppp=2.4.7' 'sh' 'net-tools')
 backup=(etc/ppp/pppoe.conf etc/ppp/firewall-standalone etc/ppp/firewall-masq 
@@ -13,17 +14,13 @@
         etc/ppp/pppoe-server-options)
 options=('!makeflags')
 install=rp-pppoe.install
-source=(http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz{,.sig} 
-       adsl.service 
-       kmode.patch rp-pppoe-linux-headers.patch)
+source=(https://dianne.skoll.ca/projects/rp-pppoe/download/rp-pppoe-$pkgver.tar.gz{,.sig} 
+       adsl.service)
 validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # Dianne Skoll
+sha512sums=('e29ddc39252a0e71d509096e275f6f195f86a5871052dd558e8fb174d13086b1c601e6652f45619279a1eb2fbda96ba0ec85dea9edb27459af56ded4a52b5f36'
+            'SKIP'
+            '75fdb55b872e6388053aa0c1ba0b98ab9eda6b6f59a7452843cff8de5a68276be3f48dbd9a6324917254d4fe0d1b2d7442f7a9bbfa1355b6f500db13c9409089')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kmode.patch
-  patch -p1 -i ../rp-pppoe-linux-headers.patch # Gentoo patch
-}
-
 build() {
   cd $pkgname-$pkgver/src
   ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugin
@@ -37,8 +34,3 @@
   #install -Dm755 "$srcdir/adsl" "$pkgdir/etc/rc.d/adsl"
   install -Dm644 "$srcdir/adsl.service" "$pkgdir/usr/lib/systemd/system/adsl.service"
 }
-md5sums=('216eb52b69062b92a64ee37fd71f4b66'
-         'SKIP'
-         '926b00aa2a0c0d3a21970acde9695e47'
-         '8df35e67558b6b4567d1ab24c9202898'
-         'e78dfb8f459784ff3e1cc4cd56b63a8c')



More information about the arch-commits mailing list