diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-01 10:12:10 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-01 10:12:10 +0000 |
| commit | 024f655ebdd880cd7b643e5caa953855414033d3 (patch) | |
| tree | 9a8014d969ec5670731a19e22f5af5d497ea949f | |
| parent | 6a4d5f30986ee3aeb1e805296029da6c396df349 (diff) | |
| download | aports-024f655ebdd880cd7b643e5caa953855414033d3.tar.bz2 aports-024f655ebdd880cd7b643e5caa953855414033d3.tar.xz | |
main/rp-pppoe: update pkgdesc
The backslash in pkgdesc confuses lua-aports since:
https://git.alpinelinux.org/cgit/lua-aports/commit/?id=93e1f0f41e35a7ae7a8907dd7f6b9e508dca219f
https://git.alpinelinux.org/cgit/lua-aports/commit/?id=c11f855f1eb8bac1f22bb4eb36a9e10fe35ecab5
| -rw-r--r-- | main/rp-pppoe/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/rp-pppoe/APKBUILD b/main/rp-pppoe/APKBUILD index c2f0dba990..8171e65e1b 100644 --- a/main/rp-pppoe/APKBUILD +++ b/main/rp-pppoe/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=rp-pppoe pkgver=3.12 -pkgrel=1 -pkgdesc="Roaring Penguin\'s Point-to-Point Protocol over Ethernet client" +pkgrel=2 +pkgdesc="PPP over Ethernet client (for xDSL support)" url="http://www.roaringpenguin.com/pppoe/" arch="all" license="LGPL" |
