summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Down2020-05-19 15:47:56 +0100
committerChris Down2020-05-19 15:47:56 +0100
commitb6135cf990c54f6b34e9ac180d1b9e923f041d6f (patch)
tree70c2756b714acc4c95bf99e6fca7ded12a5a35f6 /PKGBUILD
parent27c771af83dc6005326ec330a57fc08fc94ed570 (diff)
downloadaur-sshrc.tar.gz
upgpkg: sshrc 0.6.2-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb91a32f20cf..899dd02a26e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=sshrc
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Bring your .bashrc, .vimrc, etc. from your local workstation when you ssh into a remote box."
arch=('any')
-url="https://github.com/Russell91/sshrc"
+url="https://github.com/cdown/sshrc"
license=('MIT')
depends=('openssh')
makedepends=('git')
-source=("https://github.com/Russell91/sshrc/archive/${pkgver}.zip")
+source=("https://github.com/cdown/sshrc/archive/${pkgver}.zip")
md5sums=('b3bba68b8cb88c9df882040f839583fd')
conflicts=(sshrc-git)