summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-05-02 11:45:41 +0200
committerHyacinthe Cartiaux2017-05-02 11:45:41 +0200
commitaa50d81ffc8ec1513324dedd5cbe4a61ce64ae22 (patch)
tree83146b014e234bfc7bc3dd1a49274a36a43f0bf8
parent7b93e9770a6f72ffdc1a718ba79f9725411ad42c (diff)
downloadaur-aa50d81ffc8ec1513324dedd5cbe4a61ce64ae22.tar.gz
Update to 2.6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 876b286f69a9..5d51baafcdd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 3292fb3a22cb..b9611e42e9ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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:
+