summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc0ebae82537..c1a510ae4649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,8 +38,10 @@
# please use the official OpenSSH distribution instead.
pkgname=openssh-hpn
-pkgver=7.9p1
-_pkgver=`sed -e 's/\./_/' -e 's/p/_P/' <<< ${pkgver}`
+_openssh_ver=7.9p1
+_hpn_ver=hpn14v17
+_pkgver=`sed -e 's/\./_/' -e 's/p/_P/' <<< ${_openssh_ver}`
+pkgver="${_openssh_ver}-${_hpn_ver}"
pkgrel=1
pkgdesc='A Secure SHell server/client fork with High Performance patches included'
url='https://www.psc.edu/index.php/hpn-ssh/'