summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2020-02-05 14:49:20 +0100
committerFabien LEFEBVRE2020-02-05 14:49:20 +0100
commit45f5546b3555692566d85602c21d8f1eeb86d476 (patch)
tree1822df7f3e649caa4eec75c3ad6509e18977cf80
parentf2966cd82d88597491af67d3e040c50b33e9b23a (diff)
downloadaur-45f5546b3555692566d85602c21d8f1eeb86d476.tar.gz
upgpkg: sshcommand 0.9.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 455afd51a316..e076ef78e247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sshcommand
pkgdesc = Turn SSH into a thin client specifically for your app
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dokku/sshcommand
arch = any
license = mit
diff --git a/PKGBUILD b/PKGBUILD
index 513e3e03f09d..3a2ec7129783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sshcommand
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Turn SSH into a thin client specifically for your app'
arch=('any')
url='https://github.com/dokku/sshcommand'
@@ -13,5 +13,7 @@ source=("https://github.com/dokku/sshcommand/archive/v$pkgver.tar.gz")
sha256sums=('0ec533a04248c59e4cd48d69d5c1143ec1ec747f7acd6e8c4728dd4ad062dd2c')
package(){
+ cd sshcommand-$pkgver
+
install -Dm 755 sshcommand "$pkgdir"/usr/bin/sshcommand
}