diff options
author | Hyacinthe Cartiaux | 2017-05-02 11:45:41 +0200 |
---|---|---|
committer | Hyacinthe Cartiaux | 2017-05-02 11:45:41 +0200 |
commit | aa50d81ffc8ec1513324dedd5cbe4a61ce64ae22 (patch) | |
tree | 83146b014e234bfc7bc3dd1a49274a36a43f0bf8 | |
parent | 7b93e9770a6f72ffdc1a718ba79f9725411ad42c (diff) | |
download | aur-aa50d81ffc8ec1513324dedd5cbe4a61ce64ae22.tar.gz |
Update to 2.6.0
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 9 insertions, 4 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Jul 29 06:43:24 UTC 2016 +# Tue May 2 09:45:11 UTC 2017 pkgbase = advanced-ssh-config pkgdesc = ssh wrapper using ProxyCommand that adds regex, aliases, gateways, includes, dynamic hostnames to SSH and ssh-config - pkgver = 2.4.1 + pkgver = 2.6.0 pkgrel = 1 url = https://github.com/moul/advanced-ssh-config arch = x86_64 @@ -1,7 +1,8 @@ -# Maintainer: Philipp Schmitt <philipp@schmitt.co> +# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr> +# Contributor: Philipp Schmitt <philipp@schmitt.co> pkgname=advanced-ssh-config -pkgver=2.4.1 +pkgver=2.6.0 pkgrel=1 pkgdesc='ssh wrapper using ProxyCommand that adds regex, aliases, gateways, includes, dynamic hostnames to SSH and ssh-config' arch=('x86_64' 'i686') @@ -13,6 +14,9 @@ options=('!strip' '!emptydirs') _gourl=github.com/moul/advanced-ssh-config/cmd/assh build() { + GOPATH="$srcdir" go get -d ${_gourl} + cd "${srcdir}/src/github.com/moul/${pkgname}/" + git checkout "tags/v${pkgver}" GOPATH="$srcdir" go get -fix -v -x ${_gourl} } @@ -26,3 +30,4 @@ package() { } # vim:set ts=2 sw=2 et: + |