summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-06-03 20:45:49 -0600
committerBrian Bidulock2020-06-03 20:45:49 -0600
commit79a6c595f2eb241f54ebdac9b2ed41ba83848df3 (patch)
tree5bc274e949bd67b227f57467b4cb26879da2bcd4
parent89bd57ce1b7cccde1b9a8811ab0d917686056834 (diff)
downloadaur-79a6c595f2eb241f54ebdac9b2ed41ba83848df3.tar.gz
uppkg
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3505f81348e1..f281fac4411e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = rp-pppoe-gui
pkgdesc = GUI for Roaring Penguin's Point-to-Point Protocol over Ethernet client
- pkgver = 3.13
+ pkgver = 3.14
pkgrel = 1
url = http://www.roaringpenguin.com/pppoe/
arch = i686
arch = x86_64
license = GPL
- depends = rp-pppoe=3.13
+ depends = rp-pppoe=3.14
depends = tk
options = !makeflags
options = !emptydirs
- source = https://dianne.skoll.ca/projects/rp-pppoe/download/rp-pppoe-3.13.tar.gz
+ source = https://dianne.skoll.ca/projects/rp-pppoe/download/rp-pppoe-3.14.tar.gz
source = kmode.patch
- md5sums = ec9dccd9a367a1f71f2dc81069796dd8
+ validpgpkeys = FC2E9B645468698FD7B21655C1842E2A126F42E0
+ md5sums = 399ec9f69149f4a42edf0b4f5ac2173c
md5sums = 8df35e67558b6b4567d1ab24c9202898
pkgname = rp-pppoe-gui
diff --git a/PKGBUILD b/PKGBUILD
index d9ef3e46040b..183fb03502b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=rp-pppoe
pkgname=${_pkgname}-gui
-pkgver=3.13
+pkgver=3.14
pkgrel=1
pkgdesc="GUI for Roaring Penguin's Point-to-Point Protocol over Ethernet client"
arch=('i686' 'x86_64')
@@ -33,6 +33,5 @@ package() {
cd ../gui
make PLUGIN_DIR="/usr/lib/rp-pppoe" DESTDIR="$pkgdir" install
}
-md5sums=('ec9dccd9a367a1f71f2dc81069796dd8'
-# 'SKIP'
+md5sums=('399ec9f69149f4a42edf0b4f5ac2173c'
'8df35e67558b6b4567d1ab24c9202898')