summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2019-05-02 13:17:20 -0400
committerChris Down2019-05-02 13:17:20 -0400
commit27c771af83dc6005326ec330a57fc08fc94ed570 (patch)
treea407bc5117ece0f03cb7d4397df71d175e0aea04
parent7bfef045af505bc65f291b5c30dad019ba1c97c2 (diff)
downloadaur-27c771af83dc6005326ec330a57fc08fc94ed570.tar.gz
upgpkg: sshrc 0.6.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24f70810b57b..6c78ce9a3cae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue May 10 21:11:50 UTC 2016
pkgbase = sshrc
pkgdesc = Bring your .bashrc, .vimrc, etc. from your local workstation when you ssh into a remote box.
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/Russell91/sshrc
arch = any
@@ -10,8 +8,8 @@ pkgbase = sshrc
makedepends = git
depends = openssh
conflicts = sshrc-git
- source = https://github.com/Russell91/sshrc/archive/0.6.1.zip
- md5sums = 8a72d40d23d4550a11274c680c5f1838
+ source = https://github.com/Russell91/sshrc/archive/0.6.2.zip
+ md5sums = b3bba68b8cb88c9df882040f839583fd
pkgname = sshrc
diff --git a/PKGBUILD b/PKGBUILD
index 92bdd2c4316e..bb91a32f20cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=sshrc
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="Bring your .bashrc, .vimrc, etc. from your local workstation when you ssh into a remote box."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('openssh')
makedepends=('git')
source=("https://github.com/Russell91/sshrc/archive/${pkgver}.zip")
-md5sums=('8a72d40d23d4550a11274c680c5f1838')
+md5sums=('b3bba68b8cb88c9df882040f839583fd')
conflicts=(sshrc-git)
package() {