upg pptpclient
This commit is contained in:
parent
4a6988db8e
commit
2ab4e1b841
3 changed files with 11 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
|||
#!/usr/bin/bash
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=pptpclient
|
||||
pkgver=1.10.0
|
||||
pkgrel=02
|
||||
pkgrel=03
|
||||
pkgdesc="Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP."
|
||||
arch=('x86_64')
|
||||
url="http://pptpclient.sourceforge.net/"
|
||||
|
@ -43,3 +44,7 @@ package() {
|
|||
license=('GPL')
|
||||
|
||||
sha256sums=(82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4) # pptp-1.10.0.tar.gz
|
||||
|
||||
# 70205433e9cd2027dc5592ef7c27ca3a5d375c121876cb0a0742a45a78e6d8dc pptpclient-1.10.0-03-x86_64.pkg.tar.xz
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=pptpclient
|
||||
pkgver=1.10.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP."
|
||||
arch=('x86_64')
|
||||
url="http://pptpclient.sourceforge.net/"
|
||||
|
@ -12,7 +12,7 @@ license=('GPL')
|
|||
depends=('ppp' 'iproute2' 'perl')
|
||||
backup=('etc/ppp/options.pptp')
|
||||
source=("https://downloads.sourceforge.net/sourceforge/pptpclient/pptp-$pkgver.tar.gz")
|
||||
md5sums=('8d25341352fdae5ad5b36b9f18254908')
|
||||
sha256sums=('82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4')
|
||||
|
||||
prepare() {
|
||||
cd pptp-$pkgver
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
ppp
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue